-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
hot module reload causing Maximum call stack size exceeded #5655
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
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days. |
Same thing here, removing the plugin |
Closing due to inactivity. Please test with latest version |
Hi, I has the same issue , because i has |
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
following the HMR Guide
devServer.hot: true
andplugins
containsnew webpack.HotModuleReplacementPlugin()
.When my webpack config has both of these changes I get a seemingly infinite loop. console details
If the current behavior is a bug, please provide the steps to reproduce.
follow the guide linked above, change some code in
print.js
What is the expected behavior?
That the code is reloaded without an error.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.
The text was updated successfully, but these errors were encountered: