Skip to content

Commit 95b0251

Browse files
committed
chore: disable optimizeDeps for auto-imported packages
1 parent 59162e9 commit 95b0251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/vite/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export function createVitePlugins() {
6464
dirs: [
6565
'src/composables',
6666
],
67+
viteOptimizeDeps: false,
6768
}),
6869

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

0 commit comments

Comments
 (0)