There was an error while loading. Please reload this page.
1 parent 885165a commit ce65480Copy full SHA for ce65480
vite.config.ts
@@ -12,7 +12,7 @@ export default defineConfig({
12
fileName: (format) => `react-section-dividers.${format}.js`,
13
},
14
rollupOptions: {
15
- external: ['react', 'react-dom', '@emotion/core', '@emotion/react', '@emotion/styled', '@emotion/css'],
+ external: ['react', 'react-dom', '@emotion/react'],
16
output: {
17
globals: {
18
react: 'React',
0 commit comments