diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-07-13 02:18:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 02:18:59 +0800 |
commit | 458e3e15f0f315dcd4a99b02bed0fb740ffdfc17 (patch) | |
tree | 133c68c470f9507ef041a86d336ef041fad396d0 /README.md | |
parent | c615a1e80aa0960fa7eb888e1bc085e70d3c7bfe (diff) | |
download | tracifyjs-458e3e15f0f315dcd4a99b02bed0fb740ffdfc17.tar.gz tracifyjs-458e3e15f0f315dcd4a99b02bed0fb740ffdfc17.zip |
enhance `passes` (#2229)
- remove hardcoded upper limit
- continue based on node count reduction
- emit verbose statistics
fixes #2226
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -721,7 +721,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u compressor from discarding function names. Useful for code relying on `Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle). -- `passes` -- default `1`. Number of times to run compress with a maximum of 3. +- `passes` -- default `1`. The maximum number of times to run compress. In some cases more than one pass leads to further compressed code. Keep in mind more passes will take more time. |