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

web extension dynamic entry point #8707

Closed
sergey-shpak opened this issue Dec 20, 2022 · 1 comment · Fixed by #9068
Closed

web extension dynamic entry point #8707

sergey-shpak opened this issue Dec 20, 2022 · 1 comment · Fixed by #9068

Comments

@sergey-shpak
Copy link
Contributor

Hi guys,
I'm working on web extension and we are planning to support new browsers soon, but there are differences between manifest file properties for different browsers and versions which cannot be combined into single manifest file(like for example minimum_chrome_version and minimum_opera_version etc). So it would be awesome if there would be possibility to set different entry points for web extension, for example:

"bundle:chrome": "parcel build src/chrome.manifest.json --dist-dir ./chrome  --no-cache",
"bundle:firefox": "parcel build src/firefox.manifest.json --dist-dir ./firefox  --no-cache",
@mischnic
Copy link
Member

This is already almost possible, see parcel-bundler/website#1052 (comment)

Would be great if someone could fix that last bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants