You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
-10
Original file line number
Diff line number
Diff line change
@@ -448,16 +448,6 @@ Flow typing is now supported out of the box. All you have to do is add the `/* @
448
448
want to typecheck. If no `.flowconfig` is present, one will be generated for you. The script will also download type
449
449
definitions from [flow-typed](https://github.com/flowtype/flow-typed) automatically.
450
450
451
-
If you don't have the auto-generated `.flowconfig` because you had flow setup before, you can copy it from here:
452
-
453
-
```ini
454
-
[ignore]
455
-
<PROJECT_ROOT>/node_modules/fbjs/.*
456
-
457
-
[libs]
458
-
./flow-typed
459
-
```
460
-
461
451
Flow errors will show up alongside eslint errors as you work on your application.
462
452
463
453
>Note: If your global flow installation version differs from react-scripts's flow version, you may experience slower compilation times while going back and forth between your app and your IDE (that may use your global flow). Ensure you have the same `flow-bin` version [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-dev-utils/package.json).
0 commit comments