README
Bubbleup Rollup UMD Build Plugin
0 configuration rollup builds with UMD as the output
Usage
npm install --save-dev bubbleup-plugin-build-rollup-umd
bubbleup build src/index.js
# optionally provide destination
bubbleup build src/index.js -d dist/bundle.js
That's it!