Skip to content

Commit

Permalink
chore: disable optimizeDeps for auto-imported packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleeWa committed Jul 20, 2024
1 parent 59162e9 commit 95b0251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export function createVitePlugins() {
dirs: [
'src/composables',
],
viteOptimizeDeps: false,
}),

// https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n
Expand Down

0 comments on commit 95b0251

Please sign in to comment.