Update README.md (#3311)

fix anchor for mangle-options
This commit is contained in:
Seul-gi Choi(Chase)
2019-03-13 06:31:04 +09:00
committed by Alex Lam S.L
parent 9aae4f2424
commit c6fa39b482

View File

@@ -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.