diff --git a/website/versioned_docs/version-7.0.0/v7-migration.md b/website/versioned_docs/version-7.0.0/v7-migration.md index 8648e2fa9b..7c6fc9f33f 100644 --- a/website/versioned_docs/version-7.0.0/v7-migration.md +++ b/website/versioned_docs/version-7.0.0/v7-migration.md @@ -299,6 +299,8 @@ We have separated out Babel's helpers from it's "polyfilling" behavior in runtim [`@babel/runtime`](runtime.md) now only contains the helpers, and if you need `core-js` you can use [`@babel/runtime-corejs2`](runtime-corejs2.md) and the option provided in the transform. For both you still need the [`@babel/plugin-transform-runtime`](plugin-transform-runtime.md) +We've removed the proposals `transform-runtime` as well since we have done the same for `@babel/polyfill` [#8547](https://github.com/babel/babel/pull/8547). + #### Only Helpers ```sh