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 49e842f commit 4b53e48Copy full SHA for 4b53e48
vite.config.ts
@@ -14,7 +14,7 @@ export default defineConfig({
14
},
15
rollupOptions: {
16
treeshake: true,
17
- external: ["react/jsx-runtime", "react"],
+ external: ["react"],
18
19
20
});
0 commit comments