diff options
author | Mihai Bazon <mihai.bazon@gmail.com> | 2015-09-24 17:57:47 +0300 |
---|---|---|
committer | Mihai Bazon <mihai.bazon@gmail.com> | 2015-09-24 17:58:51 +0300 |
commit | 99233c44cc125fa1a96a47b863dbfb3ec0c3fadc (patch) | |
tree | 1cb038e841953084f910fd73411bf2dc89730160 /bin | |
parent | 33528002b496728457cccd9ddf54d2e50bc7e3f2 (diff) | |
download | tracifyjs-99233c44cc125fa1a96a47b863dbfb3ec0c3fadc.tar.gz tracifyjs-99233c44cc125fa1a96a47b863dbfb3ec0c3fadc.zip |
No longer use `vm` to load code.
Improves performance 2x on node > 0.10.
Ref #636
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/uglifyjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs index 4768f766..fbb053d8 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -254,7 +254,6 @@ if (ARGS.self) { } files = UglifyJS.FILES; if (!ARGS.wrap) ARGS.wrap = "UglifyJS"; - ARGS.export_all = true; } var ORIG_MAP = ARGS.in_source_map; |