rollup config
basic config of rollup for javascript development. Thanks @haozi
install global
npm install -g rollup-config
use
- roll init your-package
- cd your-package
- npm install
- build
npm run build
- watch
npm run watch
- test
npm run test
basic config of rollup for javascript development. Thanks @haozi
npm install -g rollup-config
npm run build
npm run watch
npm run test
npm i rollup-config
11
1.0.1
MIT