Skip to content

Commit bbb092d

Browse files
committed
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).
1 parent 6228f0d commit bbb092d

117 files changed

Lines changed: 109774 additions & 1773 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

functions/package-lock.json

Lines changed: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@babel/plugin-syntax-export-default-from": "^7.2.0",
1616
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
1717
"@babel/plugin-syntax-import-meta": "^7.2.0",
18+
"@emotion/core": "^10.0.6",
1819
"cheerio": "^1.0.0-rc.2",
1920
"cors": "^2.8.5",
2021
"date-fns": "^1.30.1",

0 commit comments

Comments
 (0)