Skip to content

Commit

Permalink
chore: optimizeDeps.noDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 19, 2024
1 parent 79fe5f9 commit 3732055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/vue-ssr-extra/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export default defineConfig((_env) => ({
},
dev: {
optimizeDeps: {
include: ["pinia", "vue-router", "vue"],
// prevent flaky outdated deps error
noDiscovery: true,
include: [],
},
},
build: {
Expand Down

0 comments on commit 3732055

Please sign in to comment.