From 4f7b8b84d85f24e72b29b2f810dc696ca3f19018 Mon Sep 17 00:00:00 2001 From: Martii Date: Sat, 6 Feb 2016 07:14:50 -0700 Subject: [PATCH] Put in the minify option * Forgot to do this... late night coding woes Applies to mishoo/UglifyJS2#932 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7824ee6..4f0c3c26 100644 --- a/README.md +++ b/README.md @@ -638,6 +638,10 @@ Other options: - `compress` (default `{}`) — pass `false` to skip compressing entirely. Pass an object to specify custom [compressor options][compressor]. +- `parse` (default `{}`) — pass an object if you wish to specify + additional [parser options][parser] + + ##### mangleProperties options - `regex` — Pass a RegExp to only mangle certain names (maps to the `--mange-regex` CLI arguments option) @@ -801,3 +805,4 @@ The `source_map_options` (optional) can contain the following properties: [sm-spec]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit [codegen]: http://lisperator.net/uglifyjs/codegen [compressor]: http://lisperator.net/uglifyjs/compress + [parser]: http://lisperator.net/uglifyjs/parser