From c6fa39b48217983b3a498ad906fa630356694621 Mon Sep 17 00:00:00 2001 From: "Seul-gi Choi(Chase)" Date: Wed, 13 Mar 2019 06:31:04 +0900 Subject: [PATCH] Update README.md (#3311) fix anchor for mangle-options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a08a36df..5d6b89b6 100644 --- a/README.md +++ b/README.md @@ -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.