Use NoEmitOnErrorsPlugin, thanks @eshimischi

This commit is contained in:
Ben Word
2017-01-11 16:08:54 -07:00
parent d9542131f5
commit 1279552a6a
3 changed files with 44 additions and 92 deletions

View File

@@ -175,7 +175,7 @@ if (config.enabled.optimize) {
}
if (config.env.production) {
webpackConfig.plugins.push(new webpack.NoErrorsPlugin());
webpackConfig.plugins.push(new webpack.NoEmitOnErrorsPlugin());
}
if (config.enabled.cacheBusting) {