I'd like an option to minify what choo outputs.
Currently, this functionality doesn't exist.
N/A
Try https://github.com/browserify/tinyify and doesn't bankai do this already?
I'm not using bankai. Too much magic and I like seeing things in console. I'll try tinify with rollup though, thanks for the suggestion @bcomnes.
Totally understand, a few of my projects need the transparency as well. Closing, but we can reopen if there are other issues.
Tinyify only works with Browserify, for rollup look into something like rollup-plugin-terser
Will do!