toypack-babel
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i toypack-babel

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

11.1 MB

Total Files

8

Last publish

Collaborators

  • kylehue