From 3e15fb950bd1f11544c8b299e56202ca3707325f Mon Sep 17 00:00:00 2001 From: kzc Date: Sat, 25 Nov 2017 01:07:05 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f60c180c..598cad4b 100644 --- a/README.md +++ b/README.md @@ -800,6 +800,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u where `eval` or `with` are used. - `keep_classnames` (default `false`). Pass `true` to not mangle class names. + See also: the `keep_classnames` [compress option](#compress-options). - `keep_fnames` (default `false`). Pass `true` to not mangle function names. Useful for code relying on `Function.prototype.name`. See also: the `keep_fnames`