Skip to content

Esbuild failing with missing import #214

@wooly

Description

@wooly

Hi there

We've recently switched from using webpack to esbuild and have run into issues with importing tinysort.

It appears that when using esbuild, importing tinysort as the default import results in an empty object:

import tinysort from 'tinysort';

console.log(tinysort);
Screenshot 2024-07-30 at 10 45 32 pm

Any ideas what might be causing this?

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