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
When the elm compiler encounters errors, parcel logs them. But twice. Once in red once in gray:
The gray is hard to read but often the thing that a developer sees because it the last thing that's logged.
🐛 bug report
When the elm compiler encounters errors, parcel logs them. But twice. Once in red once in gray:
![grafik](https://user-images.githubusercontent.com/5880236/128869789-d1565133-ee63-434a-9919-b47ba8f73906.png)
The gray is hard to read but often the thing that a developer sees because it the last thing that's logged.
🎛 Configuration (.babelrc, package.json, cli command)
No babel
simple JS that imports Elm
parcel src/index.js
🤔 Expected Behavior
I only wanne see the red output, not the gray one.
😯 Current Behavior
Red and gray output
![grafik](https://user-images.githubusercontent.com/5880236/128870059-b29ed054-8936-4f2a-bb3a-8f9b697da7d5.png)
💁 Possible Solution
Check why the output is logged twice
🔦 Context
Slowed down my developement because I need to scroll up to see the red output, the gray one is hard to read for me.
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: