Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
lib/ | 2023-06-13 07:16 | - | ||
esm/ | 2023-06-13 07:16 | - | ||
core-js-compat/ | 2023-06-13 07:16 | - | ||
README.md | 1980-01-01 00:00 | 479 | d768d73 docs [كارل مبارك] | |
package.json | 2023-06-13 07:17 | 2.4K | 3e510ca test new git [كارل مبارك] | |
LICENSE | 1980-01-01 00:00 | 1.1K |
# 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`.