Commit f6369e75 authored by Mike Greiling's avatar Mike Greiling

replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin

parent 4cd3eb96
......@@ -99,7 +99,7 @@ var config = {
if (IS_PRODUCTION) {
config.devtool = 'source-map';
config.plugins.push(
new webpack.NoErrorsPlugin(),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.LoaderOptionsPlugin({
minimize: true,
debug: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment