We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
Any ideas what might be causing this?
Thanks!
The text was updated successfully, but these errors were encountered:
@Sjeiti any chance you could help with this?
Sorry, something went wrong.
No branches or pull requests
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:
Any ideas what might be causing this?
Thanks!
The text was updated successfully, but these errors were encountered: