Webpack: Reload not work

Created on 31 Dec 2017  路  2Comments  路  Source: vuejs-templates/webpack

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 ?

Most helpful comment

@LinusBorg Thanks
by changing poll option in config/index.js to true it works.
Is this the right way?

All 2 comments

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?

Was this page helpful?
0 / 5 - 0 ratings