IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

split UMD bundles? #23

Closed boneskull closed 4 years ago

boneskull commented 5 years ago

I'm not sure of the best way to distribute these. Right now, it just stuffs all dependencies into the resulting bundle, which is not optimal.

Maybe we shouldn't worry about it, because any consuming app will use ES modules and do its own tree-shaking & bundling?

boneskull commented 4 years ago

closing; I don't want to deal with UMD. shipping ESM and CJS is fine.