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
fix: always create package.json with type regardless of esm option (#598)
This will provide more flexibilty to library authors such as specifying
`type: module` in their project's `package.json` without breaking the
commonjs output for the published code.
0 commit comments