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
{{ message }}
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
fix: rewrite bundled extensions to mjs for esm build (#86)
The current `index.mjs` re-exports from the CJS `.js` files instead of
the ESM `.mjs` files:
https://unpkg.com/browse/[email protected]/lib/index.mjs. I guess tsup
does not rewrite the extensions. This PR adds an esbuild plugin to
rewrite the extensions for the ESM build.
0 commit comments