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

switch from esm to rollup for most packages #5

Closed boneskull closed 5 years ago

boneskull commented 5 years ago

We want browser support in every package which does not do Node.js-specific stuff (essentially, everything except @gnostic/cli and @gnostic/fs).

Rollup seems like an obvious choice, since most packages are intended to be used as libraries.

It may make sense to use Rollup in the above two modules for consistency, but it's of less importance.