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!
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!