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
Is there a good way to use elm-optimize-level-2 with elm-watch? It looks like they both need to start from the Elm files. Just kind of idly curious, but I am looking at these to figure stuff out, so I'd like to know if you've experimented with it!
(And happy holidays!)
The text was updated successfully, but these errors were encountered:
Hi! I don’t use elm-optimize-level-2 myself, but as far as I remember it has an undocumented API which is just String -> String (it takes the compiled JS from elm make --optimize and returns even more optimized JS) which you can use in elm-watch postprocessing.
Is there a good way to use elm-optimize-level-2 with elm-watch? It looks like they both need to start from the Elm files. Just kind of idly curious, but I am looking at these to figure stuff out, so I'd like to know if you've experimented with it!
(And happy holidays!)
The text was updated successfully, but these errors were encountered: