Skip to content

Commit 54b8603

Browse files
committed
fix: remove fakeBrowser from globals
1 parent 9015c44 commit 54b8603

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/wxt/src/core/resolve-config.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,7 @@ async function getUnimportOptions(
349349

350350
const defaultOptions: WxtResolvedUnimportOptions = {
351351
debugLog: logger.debug,
352-
imports: [
353-
{ name: 'defineConfig', from: 'wxt' },
354-
{ name: 'fakeBrowser', from: 'wxt/testing' },
355-
],
352+
imports: [{ name: 'defineConfig', from: 'wxt' }],
356353
presets: [
357354
{
358355
package: 'wxt/client',

0 commit comments

Comments
 (0)