-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Separate the dev and production outputs #1010
Comments
Regardless of this separation, I see it as a necessity to let the developer build the extension with a custom tag, e.g. for A/B testing |
@aklinker1 Sorry for pinging, do you have a projection of when this feature will be available? I believe the implementation could involve adding to the |
I work on WXT in my free time, so no, I will never have estimates for when I can work on things. |
Closing this in favor of #1069 |
Released |
Feature Request
Whether if I execute
wxt
orwxt --build
, the output will bechrome-mv3
This poses an issue:
If I wish to simultaneously test on Chrome desktop and a Chromium browser on Android (such as Kiwi), it makes the development cycle quite cumbersome, especially since
web-ext
does not support yet setting up a dev server forchrome-android
Is your feature request related to a bug?
N/A
What are the alternatives?
Every time I make a modification I need to run
wxt
to test on Chrome desktop, and every time I need to run it on Android I need to runwxt --build
, zip, and push[ext-name]-[version].zip
to the deviceIf I could have separate
chrome-dev-mv3
andchrome-prod-mv3
, I could zip the latter directory and push it to the device flawlesslyAdditional context
A potential solution is to let the developer specify a custom tag, e.g.
wxt --build --tag prod
→chrome-prod-mv3
The text was updated successfully, but these errors were encountered: