diff options
author | Seul-gi Choi(Chase) <cs09gi@gmail.com> | 2019-03-13 06:31:04 +0900 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2019-03-13 05:31:04 +0800 |
commit | c6fa39b48217983b3a498ad906fa630356694621 (patch) | |
tree | d248e19c9d9354bd0d12991c5f94b28f4d5e0737 /README.md | |
parent | 9aae4f2424b728f49f1c7cf6908758a077435862 (diff) | |
download | tracifyjs-c6fa39b48217983b3a498ad906fa630356694621.tar.gz tracifyjs-c6fa39b48217983b3a498ad906fa630356694621.zip |
Update README.md (#3311)
fix anchor for mangle-options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -664,7 +664,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `keep_fnames` (default: `false`) -- Pass `true` to prevent the compressor from discarding function names. Useful for code relying on - `Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle). + `Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle-options). - `keep_infinity` (default: `false`) -- Pass `true` to prevent `Infinity` from being compressed into `1/0`, which may cause performance issues on Chrome. |