-
-
Notifications
You must be signed in to change notification settings - Fork 346
feat!: Replace web-ext
with @wxt-dev/runner
#1700
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
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for creative-fairy-df92c4 failed.
|
if (wxt.config.browser === 'firefox' && wxt.config.manifestVersion === 3) { | ||
throw Error( | ||
'Dev mode does not support Firefox MV3. For alternatives, see https://github.com/wxt-dev/wxt/issues/230#issuecomment-1806881653', | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Extract to own PR.
@@ -3,7 +3,7 @@ import { debug } from './debug'; | |||
|
|||
const debugBidi = debug.scoped('bidi'); | |||
|
|||
export interface BidiConnection extends Disposable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Extract disposable changes to own PR.
DEFAULT_CHROMIUM_PREFS, | ||
), | ||
args: [ | ||
'--unsafely-disable-devtools-self-xss-warnings', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Add this flag?
Overview
web-ext
has few problems:web-ext-run
)--load-extension
, which has been deprecated (there are plans to upgrade to using the CDP, like@wxt-dev/runner
, but it hasn't been implemented yet)../scripts/benchmarks/browser-startup.sh
)web-ext
@wxt-dev/runner
TODO
Manual Testing
This should open your browser.
Related Issue
N/A