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
To Reproduce
ESM only packages really only need to define exports in package.json, my recent packages are all ESM only, and now bundlephobia stopped working
Expected behavior
packages with "type": "module" should check the "exports" as the entry point
The text was updated successfully, but these errors were encountered:
Describe the bug
See
https://bundlephobia.com/package/is-what
To Reproduce
ESM only packages really only need to define
exports
in package.json, my recent packages are all ESM only, and now bundlephobia stopped workingExpected behavior
packages with
"type": "module"
should check the"exports"
as the entry pointThe text was updated successfully, but these errors were encountered: