elm-webpack-loader icon indicating copy to clipboard operation
elm-webpack-loader copied to clipboard

Do not see elm compiler erros in browser console anymore

Open psyCodelist opened this issue 4 years ago • 2 comments

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" ]

psyCodelist avatar Feb 17 '21 16:02 psyCodelist

I also noticed this issue.

wbyrnetx avatar Apr 29 '22 14:04 wbyrnetx

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

wbyrnetx avatar Apr 29 '22 16:04 wbyrnetx