babel-plugin-transform-catch-polyfill
v0.2.1
Published
This is a babel plugin that:
Downloads
3
Readme
babel-plugin-transform-regenerator-runtime
This is a babel plugin that:
- Prepend
var regeneratorRuntime = require('babel-regenerator-runtime');
to the file - Prepend
var Symbol = require('core-js').Symbol;
to the file
Dev
npm run build
npm publish
npm run build
npm publish