mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
extra polyfills must be included manually (#5814)
* extra polyfills must be included manually, fixes #5795 * make note italicized
This commit is contained in:
committed by
Joe Haddad
parent
69babbb55a
commit
7e25df150d
@@ -13,6 +13,8 @@ Each polyfill ensures the following language features are present:
|
||||
1. `Symbol` (a built-in object used by `for...of` syntax and friends)
|
||||
1. `Array.from` (a built-in static method used by array spread, i.e. `[...arr]`)
|
||||
|
||||
*If you need more features, you must include them manually.*
|
||||
|
||||
### Usage
|
||||
|
||||
First, install the package using Yarn or npm:
|
||||
|
||||
Reference in New Issue
Block a user