rollib
v0.0.1-alpha.1
Published
Zero-configuration build tool for build a library, base on Rollup.
Downloads
4
Readme
Rollib
Zero-configuration build tool for build a library, base on Rollup.
Features
- support TypeScript, React.
- support Less, Sass, Stylus.
- multiple entry and output.
- zero-configuration.
Installation
npm install -D rollib
Set up build script
{
"scripts": {
"build": "rollib"
}
}
Configuration
// rollib.config.js
export default {
entry: "src/index.js"
}