Skip to content

Commit d3f8c99

Browse files
authored
Update CHANGELOG.md
1 parent 65b01e9 commit d3f8c99

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.0.3 (October 1, 2018)
22

3-
Create React App v2 brings a year's worth of updates with a single dependency update.
3+
Create React App 2.0 brings a years worth of improvements in a single dependency update.
44
We summarized all of the changes in a blog post!<br>
55

66
Check it out: **[Create React App 2.0: Babel 7, Sass, and More](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html)**.
@@ -19,11 +19,9 @@ $ yarn add --exact [email protected]
1919

2020
Next, follow the migration instructions below that are relevant to you.
2121

22-
## You may no longer code split with `require.ensure()`
22+
## Use dynamic `import()` instead of `require.ensure()`
2323

24-
We previously allowed code splitting with a webpack-specific directive, `require.ensure()`. It is now disabled in favor of `import()`.
25-
26-
To switch to `import()`, follow the examples below:
24+
We previously allowed code splitting with a webpack-specific directive, `require.ensure()`. It is now disabled in favor of `import()`. To switch to `import()`, follow the examples below:
2725

2826
**Single Module**
2927

@@ -72,7 +70,7 @@ It was removed because of inconsistent support from underlying tools. We will ad
7270

7371
## Move advanced proxy configuration to `src/setupProxy.js`
7472

75-
This change is only required for individuals who used the _advanced_ proxy configuration in v1.
73+
This change is only required if you used the _advanced_ proxy configuration in v1.
7674

7775
To check if action is required, look for the `proxy` key in `package.json`. Then, follow the table below.
7876

0 commit comments

Comments
 (0)