Skip to content

Commit 0b39a17

Browse files
authored
Update CHANGELOG.md
1 parent 40bde1b commit 0b39a17

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,24 @@ If you previously ejected but now want to upgrade, one common solution is to fin
2727

2828
Like any major release, `react-scripts@2.0` contains a few breaking changes. We expect that they won't affect every user, but we recommend to scan over these sections to see if something is relevant to you. If we missed something, please file a new issue.
2929

30+
### Node 6 is no longer supported
31+
32+
Please upgrade to Node 8 (LTS) or later.
33+
3034
### IE 9, IE 10, and IE 11 are no longer supported by default (but you can opt in!)
3135

3236
We have dropped default support for Internet Explorer 9, 10, and 11. If you still need to support these browsers, follow the instructions below.
3337

3438
First, install `react-app-polyfill`:
3539

3640
```bash
37-
$ npm install react-app-polyfill --save
38-
$ # or
39-
$ yarn add react-app-polyfill
41+
npm install react-app-polyfill
42+
```
43+
44+
or
45+
46+
```
47+
yarn add react-app-polyfill
4048
```
4149

4250
Next, place one of the following lines at the very top of `src/index.js`:

0 commit comments

Comments
 (0)