KyleAMathews / coffee-react-quickstart

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router
http://kyleamathews.github.io/coffee-react-quickstart
MIT License
254 stars 41 forks source link

You may remove NoErrorsPlugin with React Hot Loader 1.3.0 #29

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!

KyleAMathews commented 9 years ago

Woot! Thanks Dan!