Open jameschensmith opened 5 years ago
For anyone else having this issue, keep an eye on https://github.com/parcel-bundler/parcel/issues/3362. Parcel v2 will have first-class support for web extensions.
That issue is to do with Web Manifests, which is a W3C spec related to progressive web applications and not related to WebExtensions except that both involve a 'manifest' in JSON.
@quasicomputational no, that issue includes WebExtension manifests too (granted it's not immediently obvious). These two manifest types are very similar so they have it grouped together.
They will be adding WebextManifestTransformer
soon: https://github.com/parcel-bundler/parcel/pull/3404#issuecomment-522138982
So, my extension is working fine in Firefox's
about:debugging
mode, but when runningparcel src/manifest.json
locally, a blank page is being displayed, and the following output is being shown inDebugger
:Here is my
manifest.json
file:I'm just starting with JS and Firefox web extensions, so I'm not sure if this is due to your plugin, but running
parcel src/index.html
(i.e. not using the plugin) is working fine.This issue just hinders development, so it's not too high of priority. If you can help, I would very much appreciate it. Thanks!
Dependencies:
FF version:
63.0.3
OS: MacOS Mojave 10.14.1