babel-plugin-polyfill-corejs3
A Babel plugin to inject imports to core-js@3 polyfills
Last updated 4 years ago by nicolo-ribaudo .
MIT · Repository · Bugs · Original npm
$ cnpm install babel-plugin-polyfill-corejs3 
SYNC missed versions from official npm registry.

babel-plugin-polyfill-corejs3

Install

Using npm:

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

or using yarn:

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

Usage

Add this plugin to your Babel configuration:

{
  "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.

Current Tags

  • 0.8.2                                ...           latest (2 years ago)

13 Versions

  • 0.8.2                                ...           2 years ago
  • 0.7.1                                ...           2 years ago
  • 0.6.0                                ...           3 years ago
  • 0.5.3                                ...           3 years ago
  • 0.5.2                                ...           4 years ago
  • 0.5.1                                ...           4 years ago
  • 0.2.5                                ...           4 years ago
  • 0.2.4                                ...           4 years ago
  • 0.2.3                                ...           4 years ago
  • 0.2.0                                ...           4 years ago
  • 0.1.7                                ...           4 years ago
  • 0.0.10                                ...           5 years ago
  • 0.0.7                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org