Hi, i installed latest vue-cli and vue webpack and start my project via npm run dev and i changed any file but hot reload not working how can i get logs ?
HMR often doesn't work in paths that contain special characters (e.g. ( ), or when the project is in a folder controlled by another app / system (e.g. dropbox/googledrive, Vagrant, VirtualBox).
If none of that applies, you would have to ask the webpack community how to debug this, we don't really know the webpack internals at pley here.
Closing this as it's also a duplicate of #1209
@LinusBorg Thanks
by changing poll option in config/index.js to true it works.
Is this the right way?
Most helpful comment
@LinusBorg Thanks
by changing
polloption inconfig/index.jstotrueit works.Is this the right way?