DigitalConsumer.FixMyGlass/node_modules/babel-plugin-polyfill-regenerator
2021-09-20 18:29:11 -04:00
..
esm my commit 2021-09-20 18:29:11 -04:00
lib my commit 2021-09-20 18:29:11 -04:00
.DS_Store my commit 2021-09-20 18:29:11 -04:00
LICENSE my commit 2021-09-20 18:29:11 -04:00
package.json my commit 2021-09-20 18:29:11 -04:00
README.md my commit 2021-09-20 18:29:11 -04:00

babel-plugin-polyfill-regenerator

Install

Using npm:

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

or using yarn:

yarn add babel-plugin-polyfill-regenerator --dev

Usage

Add this plugin to your Babel configuration:

{
  "plugins": [["polyfill-regenerator", { "method": "usage-global" }]]
}

This package supports the usage-pure, usage-global, and entry-global methods. When entry-global is used, it replaces imports to regenerator-runtime.