bubbleup-plugin-build-rollup-umd

Rollup plugin for bubbleup

Usage no npm install needed!

<script type="module">
  import bubbleupPluginBuildRollupUmd from 'https://cdn.skypack.dev/bubbleup-plugin-build-rollup-umd';
</script>

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!