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

perf: reduce minified code size #1337

Merged
merged 1 commit into from Nov 14, 2017
Merged

perf: reduce minified code size #1337

merged 1 commit into from Nov 14, 2017

Conversation

tmorehouse
Copy link
Member

Using Uglify's --mangle option.

The --compress option unfortunately removes the two import lines from the ESM build. Because of that we don't include the --compress option, unless we individually compress each file with different options. i.e setting the ES level to 6 for the ESM build.

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

Successfully merging this pull request may close these issues.

None yet

1 participant