diff options
author | Bryan Rayner <bryanerayner@gmail.com> | 2016-01-27 14:24:32 -0600 |
---|---|---|
committer | Bryan Rayner <bryanerayner@gmail.com> | 2016-01-27 14:24:32 -0600 |
commit | 3eb9101918e1c8127f960624bd11f3707215b012 (patch) | |
tree | 6bc93b522a1828d46c7a7ab7f95e52d1fe1af543 | |
parent | 0a38a688f9a327d677d7f8314b5c4dcf4590b798 (diff) | |
download | tracifyjs-3eb9101918e1c8127f960624bd11f3707215b012.tar.gz tracifyjs-3eb9101918e1c8127f960624bd11f3707215b012.zip |
Add mangleProperties documentation to README
Add additional documentation to mangleProperties.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -636,6 +636,10 @@ Other options: - `compress` (default `{}`) — pass `false` to skip compressing entirely. Pass an object to specify custom [compressor options][compressor]. +##### mangleProperties options + + - `regex` — Pass a RegExp to only mangle certain names (maps to the `--mange-regex` CLI arguments option) + We could add more options to `UglifyJS.minify` — if you need additional functionality please suggest! |