Skip to content

Commit c1f1847

Browse files
committed
Removing global replacement.
1 parent 6de8673 commit c1f1847

File tree

1 file changed

+0
-1
lines changed
  • packages/cli/templates/react/igr-ts/projects/_base/files

1 file changed

+0
-1
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import react from '@vitejs/plugin-react'
44

55
// https://vitejs.dev/config/
66
export default defineConfig({
7-
define: process.env.VITEST ? {} : { global: 'window' },
87
plugins: [react()],
98
test: {
109
globals: true,

0 commit comments

Comments
 (0)