| ![[ICO]](/icons/blank.gif) | Name | Last modified | Size | Description | 
|---|---|---|---|---|
| ![[PARENTDIR]](/icons/back.gif) | Parent Directory | - | ||
| ![[DIR]](/icons/folder.gif) | core-js-compat/ | 2023-06-09 12:48 | - | |
| ![[DIR]](/icons/folder.gif) | esm/ | 2023-06-09 12:48 | - | |
| ![[DIR]](/icons/folder.gif) | lib/ | 2023-06-09 12:48 | - | |
| ![[   ]](/icons/unknown.gif) | LICENSE | 1980-01-01 00:00 | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | 
| ![[TXT]](/icons/text.gif) | README.md | 1980-01-01 00:00 | 479 | f12eb36 documentaiton updates [كارل مبارك] | 
| ![[   ]](/icons/unknown.gif) | package.json | 2023-06-09 12:49 | 2.3K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | 
# 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`.