parcel/config-webextension
can build extensions incompatible with Firefox's Add-Ons Store
#9560
Labels
parcel/config-webextension
can build extensions incompatible with Firefox's Add-Ons Store
#9560
🐛 bug report
I am building a web extension at https://github.com/derenrich/wwwyzzerdd and I am using parcel to build it. The extension works in Chrome and FF but Mozilla will not allow me to upload the extension because some of the generated .js files are larger than 5MB.
See Mozilla's bug report at https://discourse.mozilla.org/t/bug-with-uploading-large-files-in-addon/85407/6
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Built extension should work on all browsers making files <5MB.
😯 Current Behavior
Dumps >5MB of data into a single file and fails to upload
💁 Possible Solution
To achieve this the extension should split the minimized js file across multiple 5MB files
🔦 Context
I upgraded my dependencies and then the extension's files grew above 5MB and now I can only deploy new versions to Chrome. Unsure how to split this up more.
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: