fleet-docs/node_modules/babel-plugin-polyfill-corejs2
divya-mohan0209 9de94a264c 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
node_modules 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-corejs2

Install

Using npm:

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

or using yarn:

yarn add babel-plugin-polyfill-corejs2 --dev

Usage

Add this plugin to your Babel configuration:

{
  "plugins": [["polyfill-corejs2", { "method": "usage-global" }]]
}

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