Skip to content

Generate minified distribution bundle #30

Closed
@urish

Description

@urish

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions