-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
You may remove NoErrorsPlugin with React Hot Loader 1.3.0 #147
Comments
Will do asap (Monday). Weekend PRs accepted. |
You found |
Sorry, @LarryEitel didnt mean to step on your PR. I had actually just recently forked this repo anyways to take a look. :) |
coopy
pushed a commit
to FormidableLabs/builder-victory-component
that referenced
this issue
Jan 14, 2016
No longer needed with react-hot-loader upgrade: erikras/react-redux-universal-hot-example#147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React Hot Loader 1.3.0 fixes a problem that caused
NoErrorsPlugin
to be necessary. In fact now errors thrown on module level shouldn't prevent future hot reloading of the same file after you fix the problem.Please update to RHL 1.3.0, and remove
NoErrorsPlugin
from Webpack configuration.Thanks!
The text was updated successfully, but these errors were encountered: