diff options
author | Asia <joanna.turban@gmail.com> | 2016-06-18 22:17:51 +0200 |
---|---|---|
committer | Richard van Velzen <rvanvelzen1@gmail.com> | 2016-06-19 21:17:31 +0200 |
commit | fc1abd1c1152de0a297705d124e65d186181de10 (patch) | |
tree | 62e57d851db44347c0aec1deb5ed9a4ee6874100 | |
parent | e645ba84cfc950183a222c2cce2ea6b94fe51226 (diff) | |
download | tracifyjs-fc1abd1c1152de0a297705d124e65d186181de10.tar.gz tracifyjs-fc1abd1c1152de0a297705d124e65d186181de10.zip |
Document the except option to mangle
Added documentation for the `except` option to the `mangle` option in the API reference.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |