We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0abef commit aac43cdCopy full SHA for aac43cd
vite.config.js
@@ -8,6 +8,7 @@ export default defineConfig({
8
plugins: [
9
react({
10
jsxRuntime: 'automatic',
11
+ jsxImportSource: '@emotion/react',
12
}),
13
svgr(),
14
envCompatible(),
0 commit comments