@wiredcraft/babel-plugin-import-regenerator
v0.0.3
Published
A Babel plugin to import regenerator-runtime on demand
Downloads
19
Maintainers
Keywords
Readme
Usage
const plugins = [
[
"@hsjs/babel-plugin-import-regenerator",
{
regeneratorRuntimeFilename: "./src/vendor/regenerator-runtime.js",
},
],
// some other plugins
];