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
With the main elm executable, I can run elm make src/Main.elm src/Main2.elm --output dist/out.js and it'll compile both modules. However, elm-optimize-level-2 src/Main.elm src/Main2.elm --output dist/out.js will only compile the first (in fact, compilation errors in the second module will be ignored altogether). Is this feature intended to be supported?
The text was updated successfully, but these errors were encountered:
With the main elm executable, I can run
elm make src/Main.elm src/Main2.elm --output dist/out.js
and it'll compile both modules. However,elm-optimize-level-2 src/Main.elm src/Main2.elm --output dist/out.js
will only compile the first (in fact, compilation errors in the second module will be ignored altogether). Is this feature intended to be supported?The text was updated successfully, but these errors were encountered: