diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-10-25 03:38:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 03:38:11 +0800 |
commit | 4178289c382caf2eb3464390370dd1400a23468a (patch) | |
tree | 8921e203aa3c591cfa20a98c67a8b2e4692e2cde /test/ufuzz.json | |
parent | 74ae16f9f88600c90438e85829a615b2377f6740 (diff) | |
download | tracifyjs-4178289c382caf2eb3464390370dd1400a23468a.tar.gz tracifyjs-4178289c382caf2eb3464390370dd1400a23468a.zip |
implement `hoist_props` (#2396)
fixes #2377
Diffstat (limited to 'test/ufuzz.json')
-rw-r--r-- | test/ufuzz.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/ufuzz.json b/test/ufuzz.json index cb014b12..0d737d31 100644 --- a/test/ufuzz.json +++ b/test/ufuzz.json @@ -16,11 +16,9 @@ {}, { "compress": { - "toplevel": true + "hoist_props": true }, - "mangle": { - "toplevel": true - } + "toplevel": true }, { "compress": { |