Skip to content
Snippets Groups Projects
Commit f6369e75 authored by Mike Greiling's avatar Mike Greiling
Browse files

replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin

parent 4cd3eb96
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -99,7 +99,7 @@ var config = {
if (IS_PRODUCTION) {
config.devtool = 'source-map';
config.plugins.push(
new webpack.NoErrorsPlugin(),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.LoaderOptionsPlugin({
minimize: true,
debug: false
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment