We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec5a00 commit 3f2fa15Copy full SHA for 3f2fa15
vitest.config.e2e.ts
@@ -36,7 +36,7 @@ export default defineConfig({
36
onConsoleLog(log) {
37
if (
38
log.match(
39
- /experimental|jit engine|emitted file|tailwind|The CJS build of Vite/i,
+ /experimental|jit engine|emitted file|tailwind|The CJS build of Vite|optimizeDeps\.esbuildOptions/i,
40
)
41
42
return false
0 commit comments