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 authored Nov 6, 2024
1 parent 1f8aed8 commit 9d8eb0b
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 @@ -27,6 +27,9 @@ export default defineConfig({
appType: 'spa',
base: './',
cacheDir: '../node_modules/.cache/vite',
define: {
__VUE_OPTIONS_API__: 'false'
},
plugins: [
BundleAnalysis(),
BundleChunking(),
Expand Down

0 comments on commit 9d8eb0b

Please sign in to comment.