Skip to content

Commit bd402ea

Browse files
committed
refactor: 不使用 webextension-polyfill
Ref: wxt-dev/wxt#868
1 parent bf6d882 commit bd402ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wxt.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ export default defineConfig({
4141
},
4242

4343
modules: ['@wxt-dev/module-vue'],
44+
extensionApi: 'chrome',
4445
imports: false,
46+
4547
vite: () => ({
4648
plugins: [
4749
Components({

0 commit comments

Comments
 (0)