Skip to content

Publish bundles instead of separate files #10

Description

@MunifTanjim

Currently the published dist folder contains separate compiled files.

Consider publishing bundles instead. Here are a few suggestion:

  • UMD: for using in browsers with <script> tag
  • CJS: for Node.js with require
  • ESM: for Node.js or TypeScript with import

If you're interested I can open a PR.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions