Generate rollup config and package files which use rollup as bundler
First, install Yeoman and generator-rollup-init using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rollup-init
Then generate your new project:
yo rollup-init
- Using uglify
- Testing source map
- Using buble!?
MIT © Nima Shahri