From 50cd9d87605cb1e3b24e051c39e67bb73a6fa2f1 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Fri, 1 May 2026 16:41:03 +0800 Subject: [PATCH] doc --- docs/v8-migration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/v8-migration.md b/docs/v8-migration.md index 0a01f56037..e2935e647f 100644 --- a/docs/v8-migration.md +++ b/docs/v8-migration.md @@ -168,6 +168,12 @@ This is a legacy polyfill plugin, and it is now outdated. If you are using this plugin to polyfill `Object.assign`, please use [`babel-plugin-polyfill-corejs3`](https://github.com/babel/babel-polyfills/tree/main/packages/babel-plugin-polyfill-corejs3#usage) instead. +### `@babel/plugin-transform-object-set-prototype-of-to-assign` {#babel-plugin-transform-object-set-prototype-of-to-assign} + +This is a legacy polyfill plugin, and it is now outdated. + +If you are using this plugin to polyfill `Object.setPrototypeOf`, please use [`babel-plugin-polyfill-corejs3`](https://github.com/babel/babel-polyfills/tree/main/packages/babel-plugin-polyfill-corejs3#usage) instead. + ### `@babel/plugin-transform-react-compat` {#babel-plugin-transform-react-compat} This is for React v0.x, which has been long deprecated and is no longer maintained.