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
I'm interested in hearing from others about package/bundle strategies. Ideally I'd like to publish a UMD, an ES, and ESM so everyone can benefit. Currently I cannot use this library as ESM only because I have at least one dependency that is not ESM. @seemicrosoft/TypeScript#49388 (comment)
Perhaps we just keep 3.x as ES, and make 4.x as ESM and add the proper exportssindresorhus as has done sindresorhus/meta#15
I welcome thoughts on the issue.
The text was updated successfully, but these errors were encountered:
I'm interested in hearing from others about package/bundle strategies. Ideally I'd like to publish a UMD, an ES, and ESM so everyone can benefit. Currently I cannot use this library as ESM only because I have at least one dependency that is not ESM. @see microsoft/TypeScript#49388 (comment)
Perhaps we just keep 3.x as ES, and make 4.x as ESM and add the proper
exports
sindresorhus as has done sindresorhus/meta#15I welcome thoughts on the issue.
The text was updated successfully, but these errors were encountered: