From 40b9ae959984c31130ec425cc33ce0d96a040f8a Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sun, 25 Mar 2018 17:24:37 -0500 Subject: [PATCH] remove UglifyJsPlugin --- src/FilterLists.Web/webpack.config.vendor.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/FilterLists.Web/webpack.config.vendor.js b/src/FilterLists.Web/webpack.config.vendor.js index 499afc9ff..1f92c1f2d 100644 --- a/src/FilterLists.Web/webpack.config.vendor.js +++ b/src/FilterLists.Web/webpack.config.vendor.js @@ -45,11 +45,7 @@ module.exports = (env) => { new webpack.DefinePlugin({ 'process.env.NODE_ENV': isDevBuild ? '"development"' : '"production"' }) - ].concat(isDevBuild - ? [] - : [ - new webpack.optimize.UglifyJsPlugin() - ]) + ] } ]; }; \ No newline at end of file