You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know of any uglify option that does what you want. Try writing your own browserify transform to strip the whitespace? Alternatively, if you are not already doing it, gzip almost always provides more performance gain than uglify ;)
I'm using
ignore
to allow es6-weak-map to work, but I'd like to at least strip white space to get it as small as possible without breaking it.Is there a way to pass uglify options based on a glob pattern?
The text was updated successfully, but these errors were encountered: