mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 08:58:15 +08:00
Update README.md
This commit is contained in:
@@ -18,9 +18,13 @@ Each polyfill ensures the following language features are present:
|
||||
First, install the package using Yarn or npm:
|
||||
|
||||
```bash
|
||||
$ npm install react-app-polyfill --save
|
||||
$ # or
|
||||
$ yarn add react-app-polyfill
|
||||
npm install react-app-polyfill
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
yarn add react-app-polyfill
|
||||
```
|
||||
|
||||
Now, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.
|
||||
|
||||
Reference in New Issue
Block a user