babel-plugin-polyfill-corejs3
Advanced tools
A Babel plugin to inject imports to [email protected] polyfills
Weekly downloads
Readme
Using npm:
npm install --save-dev babel-plugin-polyfill-corejs3
or using yarn:
yarn add babel-plugin-polyfill-corejs3 --dev
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
.
A Babel plugin to inject imports to [email protected] polyfills
The npm package babel-plugin-polyfill-corejs3 receives a total of 21,434,800 weekly downloads. As such, babel-plugin-polyfill-corejs3 popularity was classified as popular.
We found that babel-plugin-polyfill-corejs3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.