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
The uglifyjs CLI command executed or minify() options used.
uglifyjs [filename.js]
JavaScript output or error produced.
for(var i=0;i<3;i+=1){console.log(i)}
maybe this is a source code issue and outside the scope of minification, just wondering if there was/could be an option to turn +=1 and -=1 to ++ and -- ?