We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
manifest.json files that specify default_state in the action do not bundle.
{ ... "manifest_version": 3, ... "action": { "default_title": "Title", "default_popup": "popup.html", "default_state": "disabled" }, ... }
The package should be bundled.
🚨 Build failed. @parcel/transformer-webextension: Invalid Web Extension manifest
Proposed patch: #10062
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🐛 bug report
manifest.json files that specify default_state in the action do not bundle.
manifest.json
🤔 Expected Behavior
The package should be bundled.
😯 Current Behavior
💁 Possible Solution
Proposed patch: #10062
The text was updated successfully, but these errors were encountered: