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
Seems like you need to add pathToElm: '../node_modules/.bin/elm' to module.rules[...].use.options to make it work. Since cwd is set to assets/elm. I had a lot of trouble setting this up and I still can't get the Elm js object into the global scope. Hope this can help someone in the future.
The text was updated successfully, but these errors were encountered:
Seems like you need to add
pathToElm: '../node_modules/.bin/elm'
tomodule.rules[...].use.options
to make it work. Since cwd is set to assets/elm. I had a lot of trouble setting this up and I still can't get the Elm js object into the global scope. Hope this can help someone in the future.The text was updated successfully, but these errors were encountered: