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
After upgrading Parcel to the latest version (2.10.0), when building my Web Extension using parcel build command, everything works fine but using the watch mode returns an error.
🐛 bug report
Hi!
After upgrading Parcel to the latest version (2.10.0), when building my Web Extension using
parcel build
command, everything works fine but using the watch mode returns an error.This one works:
$ yarn parcel build manifest.json --config @parcel/config-webextension --target webext-dev
This one returns the following error:
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
I expected parcel to work in watch mode too in this context.
😯 Current Behavior
Actually, parcel does not compile the webextension in watchmode.
💁 Possible Solution
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: