diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-25 07:15:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 07:15:55 +0800 |
commit | 793d61499b4ab53cdfdd3b81b9faf9f36b77bae8 (patch) | |
tree | ae3837ea2eb3070a2f0f8ea9fd93d36388a54940 /README.md | |
parent | a277fe168dede9d61781547ab30adfaf593e6e6e (diff) | |
download | tracifyjs-793d61499b4ab53cdfdd3b81b9faf9f36b77bae8.tar.gz tracifyjs-793d61499b4ab53cdfdd3b81b9faf9f36b77bae8.zip |
report timing breakdown (#2000)
fix corner cases with `sourceMap`
fixes #1998
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ a double dash to prevent input files being used as option arguments: the source map. `url` If specified, path to the source map to append in `//# sourceMappingURL`. - --stats Display operations run time on STDERR. + --timings Display operations run time on STDERR. --toplevel Compress and/or mangle variables in top level scope. --verbose Print diagnostic messages. --warn Print warning messages. |