-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
HMR stopped working with RC10 #165
Comments
I have the same issue, but changing it to rc9 still doesnt fix it. Is it because i use electron v2? |
This appears to be related to an existing issue with webpack-dev-server. This is what worked for me. Starting from the beginning:
Everything should work fine. Should this not work for you and you find another way, kindly share here. Happy holidays! |
@CoolHandDev thank you, I had that exact same issue and that fixed it for me! |
Here are other related material webpack/webpack-dev-server#1604 |
Closing as the issue is related to another package. Thanks for posting a solution! |
Describe the bug
Hot reloading stopped working with rc10
To Reproduce
vue add electron-builder
npm run electron:serve
Expected behavior
Electron is expected to launch, dev-tools to open, and HMR ready. HMR with rc9 was working fine
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: