Skip to content

Commit d567326

Browse files
authored
Merge pull request wmonk#393 from ajhool/readme-link-fix
Fixed link to the tsconfig.prod.json example
2 parents 48bcfe7 + f3c855e commit d567326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In general, most upgrades won't require any migration steps to work, but if you
3131

3232
### From `<2.16.0` to `>=2.16.0`
3333

34-
Since `2.16.0`, the template uses different `tsconfig` files for both development and production mode. For the latter, unfortunately, the path resolver is not smart enough to fall back to the basic `tsconfig.json` in case the expected `tsconfig.prod.json` is not present, so you have to create this file manually like shown [here](https://github.com/wmonk/create-react-app-typescript/blob/master/packages/react-scripts/template/tsconfig.prod.json).
34+
Since `2.16.0`, the template uses different `tsconfig` files for both development and production mode. For the latter, unfortunately, the path resolver is not smart enough to fall back to the basic `tsconfig.json` in case the expected `tsconfig.prod.json` is not present, so you have to create this file manually like shown [here](https://github.com/wmonk/create-react-app-typescript/blob/master/template/tsconfig.prod.json).
3535

3636
### From `<2.13.0` to `>=2.13.0`
3737

0 commit comments

Comments
 (0)