0.2.1 • Published 8 years ago

babel-plugin-transform-catch-polyfill v0.2.1

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

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