Skip to content

Commit

Permalink
fix: define feature flags env for browser extension
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 29, 2023
1 parent c130e71 commit c5a45fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/browser-extension/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default <Options>{
},
define: {
'process.env': JSON.stringify(process.env),
'__VUE_OPTIONS_API__': 'true',
'__VUE_PROD_DEVTOOLS__': 'true',
},
clean: true,
format: ['iife'],
Expand Down

0 comments on commit c5a45fa

Please sign in to comment.