extension-js / extension.js

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

Build the zip artifact in dist/ instead of dist/[browser] #120

Closed cezaraugusto closed 3 months ago

cezaraugusto commented 3 months ago

Source files are not associated with any browser so it doesn't make sense to have the output within the browser namespace.

Fix #114