aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-03-05 12:51:11 +0800
committerGitHub <noreply@github.com>2017-03-05 12:51:11 +0800
commit1f0333e9f146311e0e412fbd0783c0e1e63c7802 (patch)
tree8ad032bf7c16c7c89086331499a1c066407a2374 /README.md
parenteb98a7f2f38f5de16b50560199ee7ec719a1e945 (diff)
downloadtracifyjs-1f0333e9f146311e0e412fbd0783c0e1e63c7802.tar.gz
tracifyjs-1f0333e9f146311e0e412fbd0783c0e1e63c7802.zip
stay safe with constants in IE8- (#1547)
- `undefined` etc. can be redefined at top-level for IE8-, so disable related optimisations - fixed `--support-ie8` catch mangle bug
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b532a83..f880fd7b 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,6 @@ The available options are:
--support-ie8 Use this flag to support Internet Explorer 6/7/8.
Equivalent to setting `screw_ie8: false` in `minify()`
for `compress`, `mangle` and `output` options.
- Note: `--support-ie8` may generate incorrect code
- for `try`/`catch` in ES5 compliant browsers.
--expr Parse a single expression, rather than a
program (for parsing JSON)
-p, --prefix Skip prefix for original filenames that appear