Browse Source
added react/jsx in development flow steps for building react (#3505)
Co-authored-by: Sarang Kartikey <sarangkartikey@sarangkartikey.local>
main
Sarang Kartikey
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/docs/how-to-contribute.md
|
|
@ -136,7 +136,7 @@ If your project uses React from npm, you may delete `react` and `react-dom` in i |
|
|
|
|
|
|
|
```sh |
|
|
|
cd ~/path_to_your_react_clone/ |
|
|
|
yarn build react/index,react-dom/index,scheduler --type=NODE |
|
|
|
yarn build react/index,react/jsx,react-dom/index,scheduler --type=NODE |
|
|
|
|
|
|
|
cd build/node_modules/react |
|
|
|
yarn link |
|
|
|