Skip to content

Commit

Permalink
fix(vite): remove all react externals (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad authored Jan 7, 2025
1 parent f952dc3 commit c75f93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
fileName: format => `index.${format === 'es' ? 'm' : 'umd.c'}js`
},
rollupOptions: {
external: ['react/jsx-runtime'],
output: {
globals: {
react: 'React'
Expand Down

0 comments on commit c75f93f

Please # to comment.