don't compress properties

This commit is contained in:
Elisha Nuchi
2019-07-14 13:37:21 -04:00
parent fff8dc3524
commit a7243067ae
+1 -1
View File
@@ -27,7 +27,7 @@ const sharedConfigSettings = {
ie8: true, ie8: true,
mangle: false, mangle: false,
compress: { compress: {
properties: true properties: false
}, },
output: { output: {
beautify: true beautify: true