Skip to content

Commit 5ba30ed

Browse files
ajwannkiku-jw
authored andcommitted
extra polyfills must be included manually (facebook#5814)
* extra polyfills must be included manually, fixes facebook#5795 * make note italicized
1 parent bf0c768 commit 5ba30ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-app-polyfill/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Each polyfill ensures the following language features are present:
1313
1. `Symbol` (a built-in object used by `for...of` syntax and friends)
1414
1. `Array.from` (a built-in static method used by array spread, i.e. `[...arr]`)
1515

16+
*If you need more features, you must include them manually.*
17+
1618
### Usage
1719

1820
First, install the package using Yarn or npm:

0 commit comments

Comments
 (0)