-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
HMR stopped working after updating to 3.2.0 #3101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please manually update @cypress/webpack-preprocessor to 4.x, they have now made webpack a peer dep but shipped as a new major version. |
Hi! Thanks for the quick reply 👍 |
I had the same issue; HMR was not working after creating a fresh project with vue create, vue-cli version 3.2.1.
The issue is probably related to webpack/webpack-dev-server#1604 . |
My problem was WDS
Solution for me was:
to |
Thank you @createdbyjurand |
in my case I can't change it to
|
maybe this can help someone: https://webpack.js.org/configuration/watch/#changes-seen-but-not-processed |
Version
3.2.0
Environment info
Steps to reproduce
I'm encountering the same issue as #2892
@sodatea I saw that you fixed this issue in that commit.
But in this commit, you bumped the webpack version to 4.26.1.
Could this be the reason of my issue? However everything works fine in a freshly created Vue project...
What is expected?
HMR to be working
What is actually happening?
HMR is not working
The text was updated successfully, but these errors were encountered: