Closed dtfiedler closed 8 months ago
By default - any project using /web should get mjs build - not the bundled version with no default export. Also cleans up redundant types.
/web
mjs
Fixes the error in #505
You can optionally remove the browser field in /mjs given only projects using nodenext can access named exports - but i'll leave that to you.
browser
/mjs
nodenext
By default - any project using
/web
should getmjs
build - not the bundled version with no default export. Also cleans up redundant types.Fixes the error in #505
You can optionally remove the
browser
field in/mjs
given only projects usingnodenext
can access named exports - but i'll leave that to you.