We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2524466 commit fe37a48Copy full SHA for fe37a48
vite.config.js
@@ -3,5 +3,7 @@ import react from '@vitejs/plugin-react';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
- plugins: [react()],
+ plugins: [react({
7
+ jsxRuntime: 'classic',
8
+ })],
9
});
0 commit comments