Skip to content

Commit 1107abe

Browse files
committed
Change polyfill link to our package
1 parent 918c46a commit 1107abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Learn more about [different proposal stages](https://babeljs.io/docs/plugins/#pr
221221

222222
While we recommend using experimental proposals with some caution, Facebook heavily uses these features in the product code, so we intend to provide [codemods](https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb) if any of these proposals change in the future.
223223

224-
Note that **this project includes no [polyfills](https://en.wikipedia.org/wiki/Polyfill)** by default.
224+
Note that **this project includes no [polyfills](https://github.com/facebook/create-react-app/blob/next/packages/react-app-polyfill/README.md)** by default.
225225

226226
If you use any other ES6+ features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are including the appropriate polyfills manually, or that the browsers you are targeting already support them.
227227

0 commit comments

Comments
 (0)