Skip to content

Commit 52bf273

Browse files
committed
Fix malformed link in misc-concerns.md (#380)
1 parent c8dbb17 commit 52bf273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/misc-concerns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Any other tips? Please contribute on this topic! [We have an ongoing issue here
190190
Compiling large TS projects can get slow. Here are some tips:
191191

192192
- Use [TS 3.0 Project references](https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_version#typescript-30)
193-
- 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)
193+
- 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)
194194
- Webpack ([see CRA diff](https://gist.github.com/jaredpalmer/d3016701589f14df8a3572df91a5754b)):
195195
- set `output.pathinfo = false`
196196
- set `optimization.splitChunks`, `optimization.removeAvailableModules`, `optimization.removeEmptyChunks` to `false`

0 commit comments

Comments
 (0)