diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-05-04 20:25:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-04 20:25:52 +0800 |
commit | 354fec8a9c3c8540d7e964ecbfcb38deaae86a3e (patch) | |
tree | fed20f61e163195ad4d8eb632e79212e6dcb5587 /README.md | |
parent | 11cdab745d29313a4e1799c65d13f7d6d5a45938 (diff) | |
download | tracifyjs-354fec8a9c3c8540d7e964ecbfcb38deaae86a3e.tar.gz tracifyjs-354fec8a9c3c8540d7e964ecbfcb38deaae86a3e.zip |
make `enclose` & `wrap` work with `sourceMap` (#3396)
fixes #3313
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -767,9 +767,6 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `unused` (default: `true`) -- drop unreferenced functions and variables (simple direct variable assignments do not count as references unless set to `"keep_assign"`) -- `warnings` (default: `false`) -- display warnings when dropping unreachable - code or unused declarations etc. - ## Mangle options - `eval` (default `false`) -- Pass `true` to mangle names visible in scopes |