mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
Wording tweak.
This commit is contained in:
@@ -24,10 +24,9 @@ yarn add --dev babel-preset-flow
|
||||
npm install --save-dev babel-preset-flow
|
||||
```
|
||||
|
||||
Then add `flow` to your Babel presets config.
|
||||
Then add `flow` to your Babel presets config (`.babelrc`).
|
||||
|
||||
```json
|
||||
// .babelrc
|
||||
{
|
||||
"presets": ["flow"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user