extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.46k stars 80 forks source link

Zipped artifacts should not be bound to the browser #114

Closed cezaraugusto closed 1 week ago

cezaraugusto commented 1 week ago

Right now if you run build with --zip-source it generates the file within the browser folder. It should be one path up so dist/chrome/my-chrome-1.0.zip refers to the bundle built against Chrome and compiled, and dist/my-chrome-1.0-source.zip refers to the source files shared across vendors.