Closed dropbeardan closed 1 year ago
Hey @dropbeardan, thanks for reporting the issue. The package.json was pointing to the wrong file, should be index.umd.js instead. I changed it to the correct file, but I didn't had time to test it. Can you test this beta version 2.0.1-beta.1
? If everything is fine, I can publish the version 2.0.1 this week.
Hi, I hit this same issue and have just tested the 2.0.1-beta.1
and that has fixed it for me. Thanks.
Thanks for testing @rainbow180, I just published the version 2.0.1
Hey, loving the package.
I've recently had to plug this in to a project with vitest and running into some test issues related to:
Upon investigation, it seems that this repo's package.json references a
main: index.js
entrypoint which doesn't actually exist in thedist
folder after building.