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
unbuild was not setting both module.exports and module.exports.default which hurts compatibility with CJS. tsup uses esbuild so we'll try it out. Unfortunately arethetypeswrong complains about Missing export = but it's not a breaking error, just unnecessary.
0 commit comments