-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 triggers full page reload since version 2.30.1 with webpack 3.x #760
Comments
Well I just checked with the changelog:
And I can't imagine why this would change the HMR behaviour - could you try to debug your environment a little bit and give us an idea where to start? |
I will setup a minimal repo for testing and post it. Thanks a lot. Sent from my Samsung SM-G920F using FastHub |
this is the minimal repository: https://github.com/hendrikeng/webpackHMRtest but it seems like its webpack 3 related ..everything works fine , but as soon as i update webpack to 3.x HMR in js or scss triggers a full reload ...should i move the issue to webpack then? -> webpack/webpack#5505 thanks a lot for your help. |
Yes I guess that would be the best way :) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Since i upgraded
html-webpack-plugin
to version 2.30.1 HMR doesn't work anymore.It always triggers a full page reload (inject js or scss).
The same config does work with
[email protected]
,[email protected]
and[email protected]
Config
Environment
The text was updated successfully, but these errors were encountered: