Skip to content

Commit

Permalink
fix: ReactSharedInternals
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Dec 29, 2024
1 parent 5d395fc commit f290a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default defineConfig((env) => {
rollupOptions: {
external: [
...Object.keys(packageJSON.dependencies),
'react/jsx-runtime', 'react-dom/client'
'react/jsx-runtime', 'react-dom/client', 'react/jsx-dev-runtime', 'react/compiler-runtime'
]
}
},
Expand Down

0 comments on commit f290a3e

Please sign in to comment.