darul75/web-react

You may remove NoErrorsPlugin with React Hot Loader 1.3.0

Closed this issue · 1 comments

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!

Thank you dan for such a detaild message, I really appreciate. I have to migrate many dependencies version at the same time and try redux after ;)