Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/v8-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down