Skip to content

[IDEA] distribute as all module types {CJS,ESM,UMD,AMD} #18

Open
@jkowalleck

Description

@jkowalleck

currently, the package is a CommonJS module type.
I would love to make it a native module type (ESM).

Goal: have the dist available in multiple flavors

  • ESM for browser
  • commonJS for browser
  • esm for node
  • commonjs for node
  • umd ...
  • amd ...
  • ... etc ...

Important to READ:

implementation:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions