Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uglify es support #35

Merged
merged 2 commits into from
Jul 28, 2017
Merged

Add uglify es support #35

merged 2 commits into from
Jul 28, 2017

Conversation

gdborton
Copy link
Owner

uglify-es is a branch of uglify-js that is meant to enable uglifying of es6
code. This commit enables the newer uglify if the user provides uglifyES
options to the plugin. I chose to support both since not everyone needs to
support older browsers, but those that do would likely appreciate if the tool
catches any sneaky es6.

uglify-es is a branch of uglify-js that is meant to enable uglifying of es6
code. This commit enables the newer uglify if the user provides uglifyES
options to the plugin.  I chose to support both since not everyone needs to
support older browsers, but those that do would likely appreciate if the tool
catches any sneaky es6.
The aim of this change is to attempt to prevent simple errors that users might
have when attempting to use this plugin.
@gdborton gdborton merged commit bc35364 into master Jul 28, 2017
@gdborton gdborton deleted the add-uglify-es-support branch July 28, 2017 19:04
@coveralls
Copy link

coveralls commented Jul 28, 2017

Coverage Status

Coverage decreased (-2.3%) to 93.617% when pulling cb500ae on add-uglify-es-support into 60c2463 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants