Skip to content

Commit

Permalink
fix: externalize react-dom/client (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED authored Mar 4, 2025
1 parent 0f18cba commit 3ada642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig((conf) => ({
...pkg.peerDependencies,
...pkg.devDependencies,
}),
"react-dom/client",
"react/jsx-runtime",
],
output: {
Expand Down

0 comments on commit 3ada642

Please sign in to comment.