react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 44 forks source link

V2 -- Webpack - NoErrorsPlugin is deprecated #80

Open stylesuxx opened 7 years ago

stylesuxx commented 7 years ago

WARNING in webpack: Using NoErrorsPlugin is deprecated. Use NoEmitOnErrorsPlugin instead.

Easily fixed in webpack/Dev.js & webpack/Dist.js by changing last Plugin from NoErrorsPlugin to NoEmitOnErrorsPlugin.

Feel free to assign me to this.