Development Environment #98
-
Note: I do not know if I should create a specific topic for this question or a general new discussion. Sorry if I had to do the prior. If not, I am expecting to have all related Q&A regarding development environment here. I am using webpack on my mod and it used to work fine when it comes to have the client refreshing the page when the code changes but for some reason is not working anymore. Now I have to resize the window or reload the manifest every time I make changes in the code. My "start" is "npm run build watch". Seems that all changes reflect to /dist but my client is not refreshing automatically. What could be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answering my own question here. I solved it by reinstalling the node_modules. |
Beta Was this translation helpful? Give feedback.
Answering my own question here. I solved it by reinstalling the node_modules.
npm install-clean