Skip to content

esm index.js does not work in the browser #74

@keroiber

Description

@keroiber

Hi

When I import index.js as esm module in the browser then the re-exported modules are not found because the extension (.js) is missing.

This should be fixed if you add the extension in the source (index.ts), e.g. export { compare } from './compare.js';

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions