Open cmditch opened 3 years ago
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources.
Seems to be the output param
, works fine without elm make src/Main.elm --optimize
Quick Summary: I use the command below in a git prepush. Turns out
Debug.todo
,Debug.log
, etc do not cause a compilation error.elm make src/Main.elm --optimize --output=/dev/null
SSCCE