diff --git a/source/web-ext.ts b/source/web-ext.ts index 2172bc9..1337568 100644 --- a/source/web-ext.ts +++ b/source/web-ext.ts @@ -19,6 +19,7 @@ type WebExtConfig = { run: { browserConsole: boolean; + chromiumProfile: string; firefoxProfile: string; keepProfileChanges: boolean; profileCreateIfMissing: boolean; @@ -53,6 +54,7 @@ export function createWebExtConfig( run: { browserConsole: dev, + chromiumProfile: path.join(buildDir, "chromium-profile/"), firefoxProfile: path.join(buildDir, "firefox-profile/"), keepProfileChanges: true, profileCreateIfMissing: true,