toypack-babel
v1.0.0
Published
Babel plugin for Toypack.
Downloads
2
Readme
toypack-babel
Babel plugin for toypack.
Usage
import { Toypack } from "toypack";
import babelPlugin from "toypack-babel";
const toypack = new Toypack({
plugins: [
babelPlugin(/* options */)
]
});
See the babel-standalone documentation for more information.