Skip to content

Commit

Permalink
perf(bundle): treeshake options API
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ferferga committed Jun 19, 2024
1 parent 60f24c4 commit ab77945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default defineConfig(({ mode }): UserConfig => {
appType: 'spa',
base: './',
cacheDir: '../node_modules/.cache/vite',
define: {
__VUE_OPTIONS_API__: 'false'
},
plugins: [
Virtual(virtualModules),
VueRouter({
Expand Down

0 comments on commit ab77945

Please sign in to comment.