From 44fe93a0c618c789951cf225164eac353bfd6a10 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Mon, 29 Aug 2016 16:57:12 +0300 Subject: [PATCH] chore(build): fix prod build --- config/webpack.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.prod.js b/config/webpack.prod.js index 380368b6..5a64814f 100644 --- a/config/webpack.prod.js +++ b/config/webpack.prod.js @@ -157,7 +157,7 @@ module.exports = webpackMerge(commonConfig, { beautify: false, //prod - mangle: { screw_ie8 : true }, //prod + mangle: false, compress: { screw_ie8: true }, //prod comments: false //prod }),