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

Uglifyjs support #8

Closed
franciscolourenco opened this issue Apr 22, 2016 · 1 comment
Closed

Uglifyjs support #8

franciscolourenco opened this issue Apr 22, 2016 · 1 comment

Comments

@franciscolourenco
Copy link

From the Ugligyfyify docs:

"Uglifyify provides an additional optimization when used with Uglify, but does not provide all of the optimization that using Uglify on its own does, so it's not a replacement."

And indeed the bundle size resulting from uglifyify is bigger than the one produced by normal Uglifyjs2.
Is it possible to apply normal uglify with globify?

Related to #3

@JamesMessinger
Copy link
Member

This isn't a globify question. It's a browserify question. All globify does is call browserify and pass-along the arguments that you give. Globify has no control over which tools do or do-not work with browserify.

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

No branches or pull requests

2 participants