Skip to content

Commit cce01b7

Browse files
authored
Merge pull request #938 from KlotzJesse/patch-1
2 parents 35b7334 + ce4a4f8 commit cce01b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
fileName: (format) => `react-calendar-timeline.${format}.js`
2121
},
2222
rollupOptions: {
23-
external: ['react', 'react-dom'],
23+
external: ['react', 'react/jsx-runtime', 'react-dom', 'react-dom/client'],
2424
output: {
2525
globals: {
2626
react: 'React'

0 commit comments

Comments
 (0)