Skip to content

Commit 3f2fa15

Browse files
committed
chore: suppress optimizeDeps.esbuildOptions warning
1 parent 2ec5a00 commit 3f2fa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default defineConfig({
3636
onConsoleLog(log) {
3737
if (
3838
log.match(
39-
/experimental|jit engine|emitted file|tailwind|The CJS build of Vite/i,
39+
/experimental|jit engine|emitted file|tailwind|The CJS build of Vite|optimizeDeps\.esbuildOptions/i,
4040
)
4141
)
4242
return false

0 commit comments

Comments
 (0)