parcel build
works, but parcel watch
and parcel serve
fail.
#7083
Labels
parcel build
works, but parcel watch
and parcel serve
fail.
#7083
🐛 bug report
I'm using parcel to build a site with an HTML entry point. It requires a javascript file generated by the PureScript compiler. This whole setup worked fine with parcel 1 and correctly builds with parcel 2:
However, if I try to
serve
orwatch
, I get the following error:🎛 Configuration (.babelrc, package.json, cli command)
package.json
:🤔 Expected Behavior
parcel watch
andparcel serve
work, just asparcel build
does.😯 Current Behavior
parcel watch
andparcel serve
fail, butparcel build
works.💁 Possible Solution
Unsure.
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: