Document the except option to mangle

Added documentation for the `except` option to the `mangle` option in the API reference.
This commit is contained in:
Asia
2016-06-18 22:17:51 +02:00
committed by Richard van Velzen
parent e645ba84cf
commit fc1abd1c11

View File

@@ -676,6 +676,10 @@ Other options:
- `parse` (default {}) — pass an object if you wish to specify some
additional [parser options][parser]. (not all options available... see below)
##### mangle
- `except` - pass an array of identifiers that should be excluded from mangling
##### mangleProperties options
- `regex` — Pass a RegExp to only mangle certain names (maps to the `--mangle-regex` CLI arguments option)