From f3c855ea3677378930c9b48e2b13e7c3250adb3c Mon Sep 17 00:00:00 2001 From: ajhool Date: Tue, 4 Sep 2018 14:12:24 -0400 Subject: [PATCH] Fixed link to the tsconfig.prod.json example Closes wmonk/create-react-app-typescript#392 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3274d1775..2c476e100 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In general, most upgrades won't require any migration steps to work, but if you ### From `<2.16.0` to `>=2.16.0` -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). +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). ### From `<2.13.0` to `>=2.13.0`