-
Notifications
You must be signed in to change notification settings - Fork 23
Invokes HMR reload whole application starting from entry #6
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
Hi! I need more details. HMR is expected to send patches when module is changed, it's a desired behaviour. |
HMR works fine if it is removed from pre-loaders, and patches only updated files and its dependencies.
and there are few TS files which import multiply style modules. So webpack has a crazy graph of dependencies. I'll try to reproduce this issue again later... please let me know what details do you need. |
Hi! Seems like a known issue. I also experienced the issue that newly created files were not processed. |
HMR posts into browser patch with every single module, as result application is reloaded by any change in CSS.
The text was updated successfully, but these errors were encountered: