gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Don't use NoErrorsPlugin anymore #35

Closed gaearon closed 9 years ago

gaearon commented 9 years ago

With React Hot Loader 1.3.0, NoErrorsPlugin is not needed anymore. Plus, you can finally throw inside the module, and have the hot loading working after you fix the problem!