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
It would be nice if parcel automatically captured, bundled, and rewrote the options_page key of the manifest file.
🤔 Expected Behavior
Parcel should transform the options page
😯 Current Behavior
Parcel ignores the options page
💁 Possible Solution
Should be similar to the implementation of
"action": {
"default_popup": "...."
}
🔦 Context
Currently making a template, based on parcel, for web extensions. I noticed the options page is not transformed, so cannot use
any of the parcel integrations I have configured (tailwind, etc).
💻 Examples
The text was updated successfully, but these errors were encountered:
nullishamy
changed the title
[WebExtension] Add support for path resolution within options_page key.
[WebExtension] Add support for transformation of options_page key.
Jun 13, 2023
options_page is deprecated and will not work in Firefox. As all browsers support options_ui.page we opted not to allow the options_page key. See MDN for more details.
🙋 Feature request
It would be nice if parcel automatically captured, bundled, and rewrote the
options_page
key of the manifest file.🤔 Expected Behavior
Parcel should transform the options page
😯 Current Behavior
Parcel ignores the options page
💁 Possible Solution
Should be similar to the implementation of
🔦 Context
Currently making a template, based on parcel, for web extensions. I noticed the options page is not transformed, so cannot use
any of the parcel integrations I have configured (tailwind, etc).
💻 Examples
The text was updated successfully, but these errors were encountered: