We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
browserConsole
1 parent 459662a commit 78f97f3Copy full SHA for 78f97f3
packages/wxt/src/core/runners/web-ext.ts
@@ -35,7 +35,7 @@ export function createWebExtRunner(): ExtensionRunner {
35
36
const wxtUserConfig = wxt.config.runnerConfig.config;
37
const userConfig = {
38
- console: wxtUserConfig?.openConsole,
+ browserConsole: wxtUserConfig?.openConsole,
39
devtools: wxtUserConfig?.openDevtools,
40
startUrl: wxtUserConfig?.startUrls,
41
keepProfileChanges: wxtUserConfig?.keepProfileChanges,
0 commit comments