Load React + Emotion from CDN URLs, use globals
Remove @emotion/babel-preset-css-prop and import { jsx } from
@emotion/core directly instead so Rollup can preserve imports order when
bundling (instead of @emotion/core automatically inserting itself as the
first import).
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/babel-preset-css-prop": "^10.0.6",
|
||||
"@emotion/core": "^10.0.6",
|
||||
"date-fns": "^1.30.1",
|
||||
"pretty-bytes": "^5.1.0",
|
||||
|
||||
Reference in New Issue
Block a user