Update webpack.NoErrorsPlugin name

This commit is contained in:
Ken-Håvard Lieng 2017-03-28 23:18:55 +02:00
parent dd94480c58
commit 3b0734bb4d

View File

@ -25,6 +25,6 @@ module.exports = {
DEV: true, DEV: true,
}), }),
new webpack.HotModuleReplacementPlugin(), new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin() new webpack.NoEmitOnErrorsPlugin()
] ]
}; };