fleet-docs/node_modules/babel-plugin-polyfill-corejs3
divya-mohan0209 9de94a264c Initial commit 2022-09-22 09:54:31 +05:30
..
core-js-compat Initial commit 2022-09-22 09:54:31 +05:30
esm Initial commit 2022-09-22 09:54:31 +05:30
lib Initial commit 2022-09-22 09:54:31 +05:30
LICENSE Initial commit 2022-09-22 09:54:31 +05:30
README.md Initial commit 2022-09-22 09:54:31 +05:30
package.json Initial commit 2022-09-22 09:54:31 +05:30

README.md

babel-plugin-polyfill-corejs3

Install

Using npm:

npm install --save-dev babel-plugin-polyfill-corejs3

or using yarn:

yarn add babel-plugin-polyfill-corejs3 --dev

Usage

Add this plugin to your Babel configuration:

{
  "plugins": [["polyfill-corejs3", { "method": "usage-global", "version": "3.20" }]]
}

This package supports the usage-pure, usage-global, and entry-global methods. When entry-global is used, it replaces imports to core-js.