-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow displaying warning even on successful builds #141
Comments
Probably this has to be addressed in rtfeldman/node-elm-compiler, there's an issue for that on the repo. You are very welcome to leave feedback there. |
Compiler warnings are being removed in 0.19 and it's not certain they'll be re-added, so it's probably best to hold off. 😄 |
Thanks for the reply, that's a good point! |
This was referenced Aug 3, 2018
I'm assuming this one can be closed, because of #142 🤔 |
@Skinney thanks for taking over! 🎉 🙌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be very nice to have the compiler warnings even on successful builds.
Currently the only way to get these warnings is to have a failing build (they are present among the error messages).
elm-make
will print them even on successful build so I guess the loader is just not forwarding the compiler output (showing only the warning and not all the output would require parsing the output to find the warning section). I don't know much about how webpack works, do you think this is something doable?I'll try to take a look at the loader's code to see if I can hack something into a PR.
The text was updated successfully, but these errors were encountered: