Skip to content

Commit c5a45fa

Browse files
committed
fix: define feature flags env for browser extension
1 parent c130e71 commit c5a45fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/browser-extension/tsup.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default <Options>{
1010
},
1111
define: {
1212
'process.env': JSON.stringify(process.env),
13+
'__VUE_OPTIONS_API__': 'true',
14+
'__VUE_PROD_DEVTOOLS__': 'true',
1315
},
1416
clean: true,
1517
format: ['iife'],

0 commit comments

Comments
 (0)