Skip to content

Commit 11fb6d3

Browse files
Update docs/caveats.md
Co-authored-by: Denis Pushkarev <zloirock@zloirock.ru>
1 parent 52663ec commit 11fb6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/caveats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ id: caveats
66
## Polyfills
77

88
In order for certain features to work they require certain polyfills. You can satisfy **all**
9-
Babel feature requirements by using a complete polyfill such as [`core-js-bundle`](https://www.npmjs.com/package/core-js-bundle).
9+
Babel feature requirements by using a complete polyfill such as [`core-js/actual`](https://www.npmjs.com/package/core-js) or (if you want to load it using a `<script>` tag) [`core-js-bundle`](https://www.jsdelivr.com/package/npm/core-js-bundle).
1010

1111
You may alternatively/selectively include what you need:
1212

0 commit comments

Comments
 (0)