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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, "manifest_version": 3, in manifest.json results in error
"manifest_version": 3,
manifest.json
🚨 Build failed. @parcel/transformer-webextension: Invalid Web Extension manifest manifest.json:5:23 4 | "version": "0.1.2", > 5 | "manifest_version": 3, > | ^ Possible values: "2" 6 | "background": { 7 | "service_worker": "src/js/inject.js"
Build succesfully without errors
Results in above error
"@parcel/config-webextension": "^2.0.0", "parcel": "^2.0.0"
The text was updated successfully, but these errors were encountered:
PR here - #7050 close issue when PR gets merged
Sorry, something went wrong.
Duplicate of #6079
No branches or pull requests
🙋 feature request
Currently,
"manifest_version": 3,
inmanifest.json
results in error🤔 Expected Behavior
Build succesfully without errors
😯 Current Behavior
Results in above error
💁 Possible Solution
🔦 Context
💻 Examples
The text was updated successfully, but these errors were encountered: