Remove invalid oxc.transform config from browser vitest config

OxcOptions doesn't have a transform key — Vite 8 handles TSX automatically.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-10 19:05:15 +02:00
parent fcc4f88379
commit 76028d277d
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -11,9 +11,6 @@ import { playwright } from "@vitest/browser-playwright";
// (.github/workflows/update-visual-snapshots.yml), triggered manually or
// by adding the `update-snapshots` label to a PR.
export default defineConfig({
oxc: {
transform: { react: {} },
},
resolve: {
alias: {
"~": resolve(import.meta.dirname, "app"),