rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

The uglify --output=elm.js gives an "ERROR: invalid option --output=elm.js" #98

Open gunnarahlberg opened 3 years ago

gunnarahlberg commented 3 years ago

thank you for a wonderful project, really valuable!

Please consider changing the instructions from --output=elm.js to --output elm.js I get "ERROR" from uglify. Something in uglify probably changed in one of the versions.

My environment:

$ uglifyjs --version
uglify-js 3.12.5
gunnarahlberg commented 3 years ago

PR https://github.com/rtfeldman/elm-spa-example/pull/99

dwayne commented 4 months ago

@gunnarahlberg dwayne/elm-conduit uses Devbox so you'll never have this problem.