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
Using elm-webpack-loader 8.0.0 and elm-hot-webpack-loader 1.1.8 with webpack 5.74.0, the overlay now only shows the following information when there’s an Elm error:
Compiled with problems:
ERROR in ./assets/elm/Shop/Main.elm
Module build failed (from ./node_modules/elm-webpack-loader/index.js):
Compiler process exited with error Compilation failed
And you then need to go back to your terminal and scroll up to find the Elm errors. I know elm-webpack-loader used to show the Elm errors directly in the overlay which was really nice.
I don’t know why these errors stopped showing up in the overlay, but I managed to get them back by changing the compile function:
Using elm-webpack-loader 8.0.0 and elm-hot-webpack-loader 1.1.8 with webpack 5.74.0, the overlay now only shows the following information when there’s an Elm error:
And you then need to go back to your terminal and scroll up to find the Elm errors. I know elm-webpack-loader used to show the Elm errors directly in the overlay which was really nice.
I don’t know why these errors stopped showing up in the overlay, but I managed to get them back by changing the
compile
function:The text was updated successfully, but these errors were encountered: