MES手机端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
liup a01a5aa773 提交修改 3 tygodni temu
..
esm 提交修改 3 tygodni temu
lib 提交修改 3 tygodni temu
LICENSE 提交修改 3 tygodni temu
README.md 提交修改 3 tygodni temu
package.json 提交修改 3 tygodni temu

README.md

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.