Skip to content

Commit

Permalink
extra polyfills must be included manually (#5814)
Browse files Browse the repository at this point in the history
* extra polyfills must be included manually, fixes #5795

* make note italicized
  • Loading branch information
ajwann authored and Timer committed Nov 16, 2018
1 parent 69babbb commit 7e25df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-app-polyfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e25df1

Please sign in to comment.