Skip to content

Commit

Permalink
test(vue): flaky outdated deps (#41)
Browse files Browse the repository at this point in the history
* test(vue): flaky outdated deps

* chore: optimizeDeps.noDiscovery
  • Loading branch information
hi-ogawa authored Apr 19, 2024
1 parent f2d4ab7 commit 7b52f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/vue-ssr-extra/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export default defineConfig((_env) => ({
},
dev: {
optimizeDeps: {
// prevent flaky outdated deps error
noDiscovery: true,
include: [],
},
},
Expand Down

0 comments on commit 7b52f23

Please sign in to comment.