Skip to content

Commit 102b678

Browse files
authored
docs: use latest core-js unpkg link (#8190)
1 parent c7fc1d4 commit 102b678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-legacy/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ The legacy plugin offers a way to use native `import()` in the modern build whil
122122

123123
Polyfill specifier strings for `polyfills` and `modernPolyfills` can be either of the following:
124124

125-
- Any [`core-js` 3 sub import paths](https://unpkg.com/browse/core-js@3.8.2/) - e.g. `es/map` will import `core-js/es/map`
125+
- Any [`core-js` 3 sub import paths](https://unpkg.com/browse/core-js@latest/) - e.g. `es/map` will import `core-js/es/map`
126126

127-
- Any [individual `core-js` 3 modules](https://unpkg.com/browse/core-js@3.8.2/modules/) - e.g. `es.array.iterator` will import `core-js/modules/es.array.iterator.js`
127+
- Any [individual `core-js` 3 modules](https://unpkg.com/browse/core-js@latest/modules/) - e.g. `es.array.iterator` will import `core-js/modules/es.array.iterator.js`
128128

129129
**Example**
130130

0 commit comments

Comments
 (0)