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.
1 parent c130e71 commit c5a45faCopy full SHA for c5a45fa
packages/browser-extension/tsup.config.ts
@@ -10,6 +10,8 @@ export default <Options>{
10
},
11
define: {
12
'process.env': JSON.stringify(process.env),
13
+ '__VUE_OPTIONS_API__': 'true',
14
+ '__VUE_PROD_DEVTOOLS__': 'true',
15
16
clean: true,
17
format: ['iife'],
0 commit comments