Skip to content

Commit

Permalink
Load React + Emotion from CDN URLs, use globals
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
mjackson committed Jan 24, 2019
1 parent 6228f0d commit bbb092d
Show file tree
Hide file tree
Showing 117 changed files with 109,774 additions and 1,773 deletions.
234 changes: 234 additions & 0 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@babel/plugin-syntax-export-default-from": "^7.2.0",
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@emotion/core": "^10.0.6",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"date-fns": "^1.30.1",
Expand Down
Loading

0 comments on commit bbb092d

Please sign in to comment.