diff --git a/webpack.config.js b/webpack.config.js index 170ffe8970..87d180051e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -75,7 +75,7 @@ if (!__DEV__) { } else { module.exports.plugins.push( new webpack.HotModuleReplacementPlugin(), - new webpack.NoErrorsPlugin(), + new webpack.NoEmitOnErrorsPlugin(), // this will output a .html file in output.path new Visualizer({ filename: 'webpack-bundle-stats.html' }) );