antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite Server did not start - error when zipping and trying on another pc

dyardy opened this issue · comments

commented

Describe the bug

I used pmpm pack:zip
This creates a zip file of the contents of the extension directory.
I copied to another pc and tried to load unpacked in developer mode in chrome.
The extension loaded however when I click on the icon, I get a popup saying vite server did not start.

I also tried this on development workstation and found the same issue.
How best can I zip and share?

thanks

Reproduction

See steps above

System Info

windows

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
commented

ensure you run build first