-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 not work if css changed #3227
Comments
Thank you for creating this issue. However, issues need to follow one of our templates so that we can clearly understand your particular circumstances. Please help us help you by recreating the issue using one of our templates. Please answer on all questions. There are a different things can break your hot realoding. I will reopen the issue after your fix it, thanks |
I changed the description of the problem and i hope that you can help me to solve it |
Duplicate webpack-contrib/mini-css-extract-plugin#444, do not use |
Ok. Thank you! |
If I'll change any css rules HMR don't reload the page, but if I'll change HTML document it works fine.
https://github.com/wiseadme/hmr-problem
Expected Behavior
it should reload page on scss update
Actual Behavior
hot reload not work on style updates
For Bugs; How can we reproduce the behavior?
For Features; What is the motivation and/or use-case for the feature?
for comfortable work on any project
The text was updated successfully, but these errors were encountered: