Skip to content

compatibility with .mjs specification #4

@lorenzofox3

Description

@lorenzofox3

The package can not be imported from a .mjs file:
the "main" entry point refers to a cjs with other export than a default.

  1. main should not specify an extension.
  2. this "main" should have both version: a .mjs version with the ES6 module and a .js with the CJS version.

You can have a look this issue for more details

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions