rollup / rollup-starter-lib

Bare-bones example of how to create a library using Rollup
MIT License
961 stars 230 forks source link

How to use with uglify or other minifier? #45

Open verlok opened 5 years ago

verlok commented 5 years ago

Hey, this is a fantastic starter kit for building a lib.

What if I want to serve the cjs, umd, and esm version both unminified and minified? For example:

How do I obtain this?

Thanks

tomByrer commented 4 years ago

Minifing would be great to add to this demo!