regeneratorify-no-runtime
v0.0.1
Published
browserify transform for the regenerator library (doesn't include regenerator runtime in output)
Downloads
2
Readme
regeneratorify-no-runtime
browserify v2 plugin for regenerator
This is similar to regeneratorify, but it does not include the Regenerator runtime.js file bundled with the output.
Install
$ npm install regeneratorify-no-runtime
Use
$ browserify -t regeneratorify-no-runtime main.js > bundle.js