Skip to content

Commit

Permalink
Update README.md (#3311)
Browse files Browse the repository at this point in the history
fix anchor for mangle-options
  • Loading branch information
cs09g authored and alexlamsl committed Mar 12, 2019
1 parent 9aae4f2 commit c6fa39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit c6fa39b

Please sign in to comment.