Showing
1 changed file
with
3 additions
and
1 deletions
@@ -40,7 +40,9 @@ _.mergeWith(baseConfig, { | @@ -40,7 +40,9 @@ _.mergeWith(baseConfig, { | ||
40 | screw_ie8: false, | 40 | screw_ie8: false, |
41 | keep_quoted_props: true | 41 | keep_quoted_props: true |
42 | }, | 42 | }, |
43 | - mangle: { screw_ie8: false }, | 43 | + mangle: { |
44 | + screw_ie8: false | ||
45 | + }, | ||
44 | comments: false | 46 | comments: false |
45 | }) | 47 | }) |
46 | ] | 48 | ] |
-
Please register or login to post a comment