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
This feature has been requested a few times over the years but interning strings does not generally produce better gzip results after minification for real life code.
Consider the following function:
Uglify minify it to:
But a better compression will be:
There is a reason this feature is not supported?
The text was updated successfully, but these errors were encountered: