diff options
author | Jiavan <jiavan.com@gmail.com> | 2018-06-01 16:47:11 +0800 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2018-06-01 16:47:11 +0800 |
commit | b39043f3ab0061f2db91514dbb69e85a49a99997 (patch) | |
tree | 5ab5756a1e6aa9a54c7912258739e6247439d997 /README.md | |
parent | caf96acb08ad8113f03299a939b4a45ef44ffa42 (diff) | |
download | tracifyjs-b39043f3ab0061f2db91514dbb69e85a49a99997.tar.gz tracifyjs-b39043f3ab0061f2db91514dbb69e85a49a99997.zip |
re-introduce `enclose` (#3163)
fixes #2443
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ a double dash to prevent input files being used as option arguments: sequences. --config-file <file> Read `minify()` options from JSON file. -d, --define <expr>[=value] Global definitions. + -e, --enclose [arg[:value]] Embed everything in a big function, with configurable + argument(s) & value(s). --ie8 Support non-standard Internet Explorer 8. Equivalent to setting `ie8: true` in `minify()` for `compress`, `mangle` and `output` options. |