FanFarm / system / V3fanfarm-ubuntu-local / V3fanfarm-frontend / node_modules / babel-plugin-polyfill-corejs2 /
@Fanfarm User Fanfarm User authored on 12 Sep
..
esm Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
lib Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
node_modules Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
LICENSE Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
README.md Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
package.json Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
README.md

babel-plugin-polyfill-corejs2

Install

Using npm:

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

or using yarn:

yarn add babel-plugin-polyfill-corejs2 --dev

Usage

Add this plugin to your Babel configuration:

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