Skip to content

The export name "__esModule" is reserved and cannot be used (it's needed as an export marker when converting ES module syntax to CommonJS) #92

@moltar

Description

@moltar

Getting the following error:

The export name "__esModule" is reserved and cannot be used (it's needed as an export marker when converting ES module syntax to CommonJS)

export const __esModule = mod.__esModule;

When using esbuild.

I think probably related to this: evanw/esbuild#1338

Any ideas?

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