Open
Description
What happened?
🟣 Plasmo v0.90.3
🔴 The Browser Extension Framework
🔵 INFO | Prepare to bundle the extension...
🔵 INFO | Building for target: chrome-mv3
🟠 WARN | No icon found in assets directory
🔵 INFO | Loaded environment variables from: []
🔴 ERROR | Failed to resolve '.plasmo/chrome-mv3.plasmo.manifest.json'
ELIFECYCLE Command failed with exit code 1.
.parcelrc
{
"extends": "@plasmohq/parcel-config",
"resolvers": [
"@parcel/resolver-glob"
]
}
"dependencies": {
"@plasmohq/messaging": "^0.7.1",
"@plasmohq/storage": "^1.15.0",
"plasmo": "^0.90.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@parcel/resolver-glob": "2.9.3",
"@plasmohq/parcel-config": "^0.42.0",
"@types/node": "^22.14.0",
"typescript": "^5.8.2"
},
Version
Latest
What OS are you seeing the problem on?
Windows
What browsers are you seeing the problem on?
Chrome
Relevant log output
(OPTIONAL) Contribution
- I would like to fix this BUG via a PR
Code of Conduct
- I agree to follow this project's Code of Conduct
- I checked the current issues for duplicate problems.