Skip to content

Commit 317f500

Browse files
falldowngobooneiansu
authored andcommitted
Improve breaking changes info for CRA 3.0.0 (facebook#7086)
I'm adding facebook#6821 to breaking changes as this causes any existing script that relies on the structure of `assest-manifest` to break.
1 parent e831b6b commit 317f500

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ The `browserslist` config in your `package.json` is now used to control the outp
129129

130130
We've removed the `--no-watch` flag from the `start` script in favor of Jest's own `--watchAll=false`.
131131

132+
### New structure in `asset-manifest.json`
133+
134+
All asset paths have been moved under the `files` key in `asset-manifest.json`.
135+
132136
## New Features
133137

134138
### using `jsconfig.json`/`tsconfig.json`
@@ -176,6 +180,7 @@ You can now include a version of Normalize.css in your project that will use you
176180
- [#6750](https://github.com/facebook/create-react-app/pull/6750) change NODE_ENV and PUBLIC_URL into readonly ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe))
177181
- [#4176](https://github.com/facebook/create-react-app/pull/4176) Remove --coverage + --watch workaround for the test command ([@stipsan](https://github.com/stipsan))
178182
- [#6615](https://github.com/facebook/create-react-app/pull/6615) Allow .json type checking ([@ianschmitz](https://github.com/ianschmitz))
183+
- [#6821](https://github.com/facebook/create-react-app/pull/6821) Add custom function to generate asset manifest ([@iansu](https://github.com/iansu))
179184
- `babel-preset-react-app`, `react-app-polyfill`
180185
- [#6769](https://github.com/facebook/create-react-app/pull/6769) Update to core-js@3 ([@ianschmitz](https://github.com/ianschmitz))
181186
- `babel-plugin-named-asset-import`, `confusing-browser-globals`, `react-dev-utils`, `react-error-overlay`, `react-scripts`

0 commit comments

Comments
 (0)