You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be that the export for esm is also currently broken? When using vitest, it always loads the cjs variant instead of the cjs variant. Looking a bit for the reasons, I guess the exports entry point seems to be missing: https://nodejs.org/api/packages.html#package-entry-points
Could this be made both CommonJS and ESM compatible?
With the latest version, this is now ESM only.
The text was updated successfully, but these errors were encountered: