Webpack Dev Server Not Hot Reloading .vue files
问题 Been working on a project and was sure HMR was working, any of my .js files if I would update them webpack would compile and the module would be replaced all hot like. I was working on a .vue file and webpack would recompile, but there was no super fresh HMR. Hoping someone can take a look and tell me if something is off: The script I'm using in the cli looks like this. webpack-dev-server --d --watch --output-path ./public --config ./_src/webpack.config.js --progress --env.dev I'm guessing