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:
71
public/react@16.7.0/package.json
Normal file
71
public/react@16.7.0/package.json
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"react@16.7.0",
|
||||
"/Users/michael/Projects/unpkg.com/functions"
|
||||
]
|
||||
],
|
||||
"_from": "react@16.7.0",
|
||||
"_id": "react@16.7.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLfCtIlKj8/+5tjjKm8uSTlAW+fCPaavGFS06V9Ar3A==",
|
||||
"_location": "/react",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "react@16.7.0",
|
||||
"name": "react",
|
||||
"escapedName": "react",
|
||||
"rawSpec": "16.7.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "16.7.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react/-/react-16.7.0.tgz",
|
||||
"_shasum": "eca0e35d0d40fd15770de2e46073aeb654723443",
|
||||
"_spec": "16.7.0",
|
||||
"_where": "/Users/michael/Projects/unpkg.com/functions",
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/react/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"loose-envify": "^1.1.0",
|
||||
"object-assign": "^4.1.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"scheduler": "^0.12.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "React is a JavaScript library for building user interfaces.",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"build-info.json",
|
||||
"index.js",
|
||||
"cjs/",
|
||||
"umd/"
|
||||
],
|
||||
"homepage": "https://reactjs.org/",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "react",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/react.git"
|
||||
},
|
||||
"version": "16.7.0"
|
||||
}
|
Reference in New Issue
Block a user