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
So I set up parcel with reasonml yesterday, was easy as pie but I noticed that no matter what I do, when running parcel index.html it doesn't output anything from bsc. I assume that somewhere in the toolchain bsc is running as reloading on changes works.
Whenever there is a compile error in my application however I do not see this output anywhere, not even with debug loglevel. Is this expected? Can I do something to enable this output?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So I set up parcel with reasonml yesterday, was easy as pie but I noticed that no matter what I do, when running
parcel index.html
it doesn't output anything frombsc
. I assume that somewhere in the toolchainbsc
is running as reloading on changes works.Whenever there is a compile error in my application however I do not see this output anywhere, not even with debug loglevel. Is this expected? Can I do something to enable this output?
Beta Was this translation helpful? Give feedback.
All reactions