From a7243067aea9b606af6ce830ab43c5617163e2fb Mon Sep 17 00:00:00 2001 From: Elisha Nuchi Date: Sun, 14 Jul 2019 13:37:21 -0400 Subject: [PATCH] don't compress properties --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index c10e071..757bca6 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,7 +27,7 @@ const sharedConfigSettings = { ie8: true, mangle: false, compress: { - properties: true + properties: false }, output: { beautify: true