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
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
13
13
-[npm test](#npm-test)
14
14
-[npm run build](#npm-run-build)
15
15
-[npm run eject](#npm-run-eject)
16
+
-[Supported Browsers](#supported-browsers)
16
17
-[Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
17
18
-[Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
18
19
-[Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
@@ -193,6 +194,12 @@ Instead, it will copy all the configuration files and the transitive dependencie
193
194
194
195
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
195
196
197
+
## Supported Browsers
198
+
199
+
By default, the generated project uses the latest version of React.
200
+
201
+
You can refer [to the React documentation](https://reactjs.org/docs/react-dom.html#browser-support) for more information about supported browsers.
202
+
196
203
## Supported Language Features and Polyfills
197
204
198
205
This project supports a superset of the latest JavaScript standard.<br>
0 commit comments