MakinoharaShoko / rollup-lib-packer

rollup config template for packing libs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rollup-lib-packer

Rollup Package Template.

You can just use src/lib/<your-library-name> for your unpacked library.

The entry of your library is index.ts.

If you want to add external option, edit packer/index.ts, and run

yarn build-packer

then use yarn build to pack.

About

rollup config template for packing libs.

License:MIT License


Languages

Language:JavaScript 68.2%Language:TypeScript 31.8%