[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]core-js-compat/2023-06-13 07:16 -  
[DIR]esm/2023-06-13 07:16 -  
[DIR]lib/2023-06-13 07:16 -  
[   ]LICENSE1980-01-01 00:00 1.1K 
[TXT]README.md1980-01-01 00:00 479 d768d73 docs [كارل مبارك]
[   ]package.json2023-06-13 07:17 2.4K3e510ca test new git [كارل مبارك]
# babel-plugin-polyfill-corejs3

## Install

Using npm:

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

or using yarn:

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

## Usage

Add this plugin to your Babel configuration:

```json
{
  "plugins": [["polyfill-corejs3", { "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`.