Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit eed4c0a

Browse files
committed
chore: fix build size
1 parent 148e9e2 commit eed4c0a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/rollup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const getRollupConfig = ({ pkg, pwd, buildName }) => {
4141
polished: 'polished',
4242
'prop-types': 'PropTypes',
4343
'emotion-theming': 'emotionTheming',
44+
emotion: 'emotion',
4445
react: 'React',
4546
'react-dom': 'ReactDom',
4647
'react-emotion': 'reactEmotion',
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
export const injectGlobal = null
21
export const css = null
32
export const withTheme = null
43
export const ThemeProvider = null
5-
export const patchStyledAPI = null
6-
export const wrapComponent = null
74
export default null

0 commit comments

Comments
 (0)