From cbc2a57bd0da1e530143cf3645afc05acd2662dc Mon Sep 17 00:00:00 2001 From: felixeliass1994 Date: Thu, 17 Dec 2020 09:03:15 -0600 Subject: [PATCH] Fix malformed link in misc-concerns.md (#380) --- docs/advanced/misc-concerns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/misc-concerns.md b/docs/advanced/misc-concerns.md index d85b752..1e3dc50 100644 --- a/docs/advanced/misc-concerns.md +++ b/docs/advanced/misc-concerns.md @@ -190,7 +190,7 @@ Any other tips? Please contribute on this topic! [We have an ongoing issue here Compiling large TS projects can get slow. Here are some tips: - Use [TS 3.0 Project references](https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_version#typescript-30) -- Check the official (TS performance wiki guidelines)[https://github.com/microsoft/TypeScript/wiki/Performance] - note that [Dan Rossenwasser says to take it with a grain of salt](https://news.ycombinator.com/item?id=25199070) +- Check the official [TS performance wiki guidelines](https://github.com/microsoft/TypeScript/wiki/Performance) - note that [Dan Rossenwasser says to take it with a grain of salt](https://news.ycombinator.com/item?id=25199070) - Webpack ([see CRA diff](https://gist.github.com/jaredpalmer/d3016701589f14df8a3572df91a5754b)): - set `output.pathinfo = false` - set `optimization.splitChunks`, `optimization.removeAvailableModules`, `optimization.removeEmptyChunks` to `false`