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 is not working anymore, because of the equals. Changed to:
uglifyjs --mangle --output $min
and now works fine.
uglify-js version: 3.10.0.
How to reproduce: just copy and paste the code example of the asset_size.html page. And without the change I get:
ERROR: invalid option --output=build/app.min.js
The text was updated successfully, but these errors were encountered:
The page: https://guide.elm-lang.org/optimization/asset_size.html
Says:
uglifyjs --mangle --output=$min
This is not working anymore, because of the equals. Changed to:
uglifyjs --mangle --output $min
and now works fine.
uglify-js version: 3.10.0.
How to reproduce: just copy and paste the code example of the asset_size.html page. And without the change I get:
ERROR: invalid option --output=build/app.min.js
The text was updated successfully, but these errors were encountered: