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 have some JavaScript that I am minifying with sbt-uglify. However it is throwing a few warnings regard ing [error] WARN: Collapsing variable. When I look at the JS it is perfectly valid and theres no issues, for example.
var tokens = text.match(/\S+/g) || [];
length = tokens.length;
Is there a way I can tell sbt-uglify to not provide those warnings?
The text was updated successfully, but these errors were encountered:
I have some JavaScript that I am minifying with sbt-uglify. However it is throwing a few warnings regard ing
[error] WARN: Collapsing variable
. When I look at the JS it is perfectly valid and theres no issues, for example.Is there a way I can tell sbt-uglify to not provide those warnings?
The text was updated successfully, but these errors were encountered: