Closed
Description
Currently we publish both ESM and CommonJS versions to npm.
This means that any users of this library need some additional compilation step - it can't be consumed as-is by the browser.
The purpose of adding a minified distribution bundle is to allow this library to be loaded directly into the browser, without the need of any special setup or third-party dependency. Once we publish this bundle, users will be able to consume it through services such as unpkg.