lakerskill
lakerskill

Reputation: 1079

Webpack still showing old code afer changes. How do I reload webpack?

Currently have a django/react app that I am creating. Had some errors on my webpack that I had to change. After doing this I tried loading the site again and for some reason the old code is still showing. Anything I can do to resolve this?

Thanks in advance!

Upvotes: 0

Views: 48

Answers (1)

PlayMa256
PlayMa256

Reputation: 6841

That is called cache.

Add [hash] to your output.filename name.

Upvotes: 1

Related Questions