mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
* Drop ie 11 support and move polyfills to a new package * More useful directions for what entry point to use https://github.com/facebook/create-react-app/pull/5090#discussion_r220313783 * Clear up what file this polyfill goes in https://github.com/facebook/create-react-app/pull/5090#discussion_r220313980 * Polyfill `window`, not `global` * Remove proxy polyfill file
26 lines
548 B
JSON
26 lines
548 B
JSON
{
|
|
"name": "react-app-polyfill",
|
|
"version": "0.0.0",
|
|
"description": "Polyfills for various browsers including commonly used language features",
|
|
"repository": "facebook/create-react-app",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"ie9.js",
|
|
"ie11.js",
|
|
"jsdom.js"
|
|
],
|
|
"dependencies": {
|
|
"core-js": "2.5.7",
|
|
"object-assign": "4.1.1",
|
|
"promise": "8.0.2",
|
|
"raf": "3.4.0",
|
|
"whatwg-fetch": "3.0.0"
|
|
}
|
|
}
|