Skip to content

Commit ce65480

Browse files
committed
chore: externalize emotion
1 parent 885165a commit ce65480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
fileName: (format) => `react-section-dividers.${format}.js`,
1313
},
1414
rollupOptions: {
15-
external: ['react', 'react-dom', '@emotion/core', '@emotion/react', '@emotion/styled', '@emotion/css'],
15+
external: ['react', 'react-dom', '@emotion/react'],
1616
output: {
1717
globals: {
1818
react: 'React',

0 commit comments

Comments
 (0)