Skip to content

Commit fe37a48

Browse files
authored
fix
1 parent 2524466 commit fe37a48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vite.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ import react from '@vitejs/plugin-react';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
plugins: [react()],
6+
plugins: [react({
7+
jsxRuntime: 'classic',
8+
})],
79
});

0 commit comments

Comments
 (0)