You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/caveats.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ id: caveats
6
6
## Polyfills
7
7
8
8
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).
10
10
11
11
You may alternatively/selectively include what you need:
0 commit comments