darul75 / web-react

:diamond_shape_with_a_dot_inside: Another React Dev Kit with Webpack and NodeJS
https://react-web.herokuapp.com/
81 stars 8 forks source link

You may remove NoErrorsPlugin with React Hot Loader 1.3.0 #18

Closed gaearon closed 9 years ago

gaearon commented 9 years ago

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!

darul75 commented 9 years ago

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 ;)