gaearon / react-hot-boilerplate

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

Revert "Don't use NoErrorsPlugin" #23

Closed gaearon closed 9 years ago

gaearon commented 9 years ago

Reverts gaearon/react-hot-boilerplate#22

It seems like removing NoErrorsPlugin causes HMR to break if you misspell an import. I'll ask around in Webpack repo for some middle solution that solves both problems, but for now, let's keep NoErrorsPlugin.