Update webpack.NoErrorsPlugin name
This commit is contained in:
parent
dd94480c58
commit
3b0734bb4d
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ module.exports = {
|
|||
DEV: true,
|
||||
}),
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.NoErrorsPlugin()
|
||||
new webpack.NoEmitOnErrorsPlugin()
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue