Skip to content

Commit

Permalink
fix: really disable deps optimization (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 5, 2022
1 parent 5cc592b commit 0d2413f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vitest/src/node/plugins/index.ts
Expand Up @@ -79,6 +79,9 @@ export async function VitestPlugin(options: UserConfig = {}, ctx = new Vitest())
},
// disable deps optimization
cacheDir: undefined,
optimizeDeps: {
entries: [],
},
}
},
async configResolved(viteConfig) {
Expand Down

0 comments on commit 0d2413f

Please sign in to comment.