Skip to content

[v7.2.4] Default to ESM export for time being

Latest
Compare
Choose a tag to compare
@aholachek aholachek released this 06 Jul 17:16

It was reported in #224 that our recent v7.2.0 release broke type resolutions for modern exports. While I try to figure out why that is, I am removing modern exports so that people will use esm exports instead, which are working properly. The difference in bundle size is negligible-- about 2kb unminified. I look forward to adding modern exports back once I can work with the microbundle project to figure out what's currently going wrong.