Skip to content

[BUG] not wokring @parcel/resolver-glob #1266

Open
@green1052

Description

@green1052

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions