Skip to content

Commit

Permalink
Fix CLI example for mangle reserved list of names (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dazix authored and alexlamsl committed Aug 30, 2017
1 parent eb7adaa commit 71d52f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -213,7 +213,7 @@ When mangling is enabled but you want to prevent certain names from being
mangled, you can declare those names with `--mangle reserved` — pass a
comma-separated list of names. For example:

uglifyjs ... -m reserved=[$,require,exports]
uglifyjs ... -m reserved=['$','require','exports']

to prevent the `require`, `exports` and `$` names from being changed.

Expand Down

0 comments on commit 71d52f1

Please sign in to comment.