-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error: Aborted because ... is not accepted #132
Comments
Can you try if this is fixed with 3.0.0-beta.1 ? We fixed a lot of stuff with the dev-server. |
I already tried it with |
Ok I digged into this problem a little bit and was able to reproduce this, but not only with grunt-webpack, but also with webpack-dev-server itself. if (module.hot)
module.hot.accept() From: webpack/webpack-dev-server#395 (comment) Let me know if that helps. |
Closing for now, please reopen if you can reproduce with grunt-webpack but not with webpack-dev-server cli. |
The app is not accepting the update and throws a warning
Error: Aborted because ... is not accepted
webpack.config
grunt config
Expected Behavior
The app should update only selective components based on the HMR update.
Current Behavior
It reloads after throwing the above mentioned warning.
Your Environment
The text was updated successfully, but these errors were encountered: