Update README.md

This commit is contained in:
kzc 2017-11-25 01:07:05 -05:00 committed by GitHub
parent 973106d321
commit 3e15fb950b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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