See the [docs](https://babeljs.io/docs/en/babel-preset-env#corejs). This is required for Babel to support polyfills present in newer versions. Maybe we can use the same version loading strategy as for `@babel/runtime`: https://github.com/kensho-technologies/babel-preset/blob/e87fb8d140153b0ea398be2a9007af214505d193/index.js#L75
See the docs. This is required for Babel to support polyfills present in newer versions.
Maybe we can use the same version loading strategy as for
@babel/runtime:babel-preset/index.js
Line 75 in e87fb8d