David Tejada
David Tejada
In my browser extension I use an offscreen page and `document.execCommand` to read and write to the clipboard. This works fine in headful mode but not in headless. I have...
Parcel v2.9.0 - v2.12.0 with SWC minifier produce invalid bundle when packaged in a Safari extension
# 🐛 bug report I am trying to update the Parcel version in my extension [Rango](https://github.com/david-tejada/rango). Parcel versions up to 2.8.3 work fine but starting with 2.9.0 the bundle produced...
# 🐛 bug report Importing the dependency `specificity` causes Parcel creates a corrupt bundle that errors with the message: ## 🎛 Configuration (.babelrc, package.json, cli command) ## 🤔 Expected Behavior...
I am trying to update to v1.0.0 from 0.4.1 and I have run into this issue. I'm not sure if this is a Parcel issue or a problem with the...