elm-community / elm-webpack-loader

Webpack loader for the Elm programming language.
BSD 3-Clause "New" or "Revised" License
532 stars 105 forks source link

Do not see elm compiler erros in browser console anymore #201

Open psyCodelist opened 3 years ago

psyCodelist commented 3 years ago

elm-webpack-loader Version: "7.0.1" elm-hot-webpack-loader Version : "1.1.8" OS: Mac OS Catalina Browser: Chrome Version 88.0.4324.150

Issue: I do not see the compiler error messages in the browser anymore. I see a general error:

message: "Module build failed (from ../node_modules/elm-webpack-loader/index.js): Compiler process exited with error Compilation failed"

But I see the compiler error message in terminal: Compiling ...-- NAMING ERROR -------------------- src/Config/Pages/ChangeSets/View.elm [1] I cannot find a h6 variable: [1] [1] 213| [ h6 [ class "status" ]

wbyrnetx commented 2 years ago

I also noticed this issue.

wbyrnetx commented 2 years ago

I just opened up PR #224 that addresses this issue. Screen Shot 2022-04-29 at 12 48 13 PM