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