3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
@@ -13,6 +13,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
-[npm test](#npm-test)
-[npm run build](#npm-run-build)
-[npm run eject](#npm-run-eject)
-[Supported Browsers](#supported-browsers)
-[Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
-[Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
-[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
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.
## Supported Browsers
By default, the generated project uses the latest version of React.
You can refer [to the React documentation](https://reactjs.org/docs/react-dom.html#browser-support) for more information about supported browsers.
## Supported Language Features and Polyfills
This project supports a superset of the latest JavaScript standard.<br>