diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-01-08 20:44:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 20:44:03 +0800 |
commit | 5d258259a492d1e04c952024d3d5662c65bb0ce6 (patch) | |
tree | 93bcf4fc17af21cef2ed4ec333a3e19444b4e5eb /README.md | |
parent | 14c35739ddb1c0b181d8c54566171f217014b563 (diff) | |
download | tracifyjs-5d258259a492d1e04c952024d3d5662c65bb0ce6.tar.gz tracifyjs-5d258259a492d1e04c952024d3d5662c65bb0ce6.zip |
introduce `--output-opts` CLI option (#3678)
closes #3675
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ a double dash to prevent input files being used as option arguments: `wrap_iife` Wrap IIFEs in parenthesis. Note: you may want to disable `negate_iife` under compressor options. + -O, --output-opts [options] Specify output options (`beautify` disabled by default). -o, --output <file> Output file path (default STDOUT). Specify `ast` or `spidermonkey` to write UglifyJS or SpiderMonkey AST as JSON to STDOUT respectively. |