mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-19 17:53:49 +08:00
Update adding flow documentation (#7731)
This commit is contained in:
committed by
Ian Sutherland
parent
93150c5135
commit
0d1775e739
@@ -22,7 +22,7 @@ make sure to add the following line to your `.flowconfig` to make Flow aware of
|
||||
|
||||
```diff
|
||||
[options]
|
||||
+ module.name_mapper='^\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
|
||||
+ module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
|
||||
```
|
||||
|
||||
To learn more about Flow, check out [its documentation](https://flow.org/).
|
||||
|
||||
Reference in New Issue
Block a user