Skip to content
New issue

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

[BUG]Firefox add-on reviewed failed and offer a build report #980

Open
2 of 3 tasks
Eve-Sama opened this issue May 21, 2024 · 0 comments
Open
2 of 3 tasks

[BUG]Firefox add-on reviewed failed and offer a build report #980

Eve-Sama opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Eve-Sama
Copy link

What happened?

I am using Plasmo and React developing a browser extendsion. When I submitted the extendsion to firefox, I got a info as below

I have accessed the url(https://prod.pastebin.prod.webservices.mozgcp.net/yj1sOucs), it looks like a build error. This version(0.0.13) has publish on chrome and edge. So I think there is nothing problem in source code. Can anyone know how to fix this build error?

The package.json as below

{
  "name": "weread-web-extension",
  "displayName": "微信读书助手 - 前夕",
  "version": "0.0.13",
  "description": "自动阅读、自定义菜单、任意屏占比, 全方位打造沉浸式阅读体验",
  "author": "前夕",
  "scripts": {
    "start": "npm run start:chrome",
    "start:firefox": "plasmo dev --target=firefox-mv2",
    "start:chrome": "plasmo dev --target=chrome-mv3",
    "build:firefox": "npx plasmo build --target=firefox-mv2",
    "build:chrome": "npx plasmo build --target=chrome-mv3",
    "build:edge": "npx plasmo build --target=edge-mv3",
    "build:all": "npm run build:firefox && npm run build:chrome && npm run build:edge"
  },
  "dependencies": {
    "@plasmohq/messaging": "0.5.0",
    "@plasmohq/storage": "1.8.0",
    "daisyui": "4.9.0",
    "jquery": "3.7.1",
    "lodash": "^4.17.21",
    "lottie-web": "^5.12.2",
    "plasmo": "0.85.2",
    "react": "18.2.0",
    "react-daisyui": "5.0.0",
    "react-dom": "18.2.0",
    "zustand": "^4.5.2"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "4.1.1",
    "@types/chrome": "0.0.258",
    "@types/jquery": "3.5.29",
    "@types/lodash": "^4.17.0",
    "@types/node": "20.11.5",
    "@types/react": "18.2.48",
    "@types/react-dom": "18.2.18",
    "autoprefixer": "10.4.19",
    "postcss": "8.4.38",
    "prettier": "3.2.4",
    "tailwindcss": "3.4.3",
    "typescript": "5.3.3"
  },
  "manifest": {
    "host_permissions": [
      "https://*/*"
    ]
  }
}

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Firefox

Relevant log output

No response

(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.
@Eve-Sama Eve-Sama added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant