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
1 changed files with 1 additions and 1 deletions

View File

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