Open
Description
We currently use elm-optimize-level-2 with this vite plugin using the trick described in #2
We quite rely on elm-optimize-level-2 for our application to run efficiently, but we'd also like to enable eol2's --optimize-speed
flag, which isn't possible the way things are now.
Would you consider adding official support for elm-optimize-level-2 to this plugin, with the option to pass additional flags?