Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored and rexxars committed Dec 9, 2024
1 parent fbfa2cd commit e453c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sanity/src/_internal/cli/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from '@repo/test-config/vitest'
import react from '@vitejs/plugin-react'

export default defineConfig({
// @ts-expect-error vite typings error
plugins: [react({babel: {plugins: [['babel-plugin-react-compiler', {target: '18'}]]}})],
test: {
environment: 'node',
Expand Down

0 comments on commit e453c6d

Please sign in to comment.