Update webpack.NoErrorsPlugin name
This commit is contained in:
parent
dd94480c58
commit
3b0734bb4d
|
@ -25,6 +25,6 @@ module.exports = {
|
|||
DEV: true,
|
||||
}),
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.NoErrorsPlugin()
|
||||
new webpack.NoEmitOnErrorsPlugin()
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue