reatom icon indicating copy to clipboard operation
reatom copied to clipboard

ESM module export

Open BANOnotIT opened this issue 10 months ago • 5 comments

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

stackblitz[bot] avatar Apr 20 '24 22:04 stackblitz[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reatom ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 3, 2024 7:10pm

vercel[bot] avatar Apr 20 '24 22:04 vercel[bot]

Initial confusion is likely to be caused by how microbundle handles ESM building by assuming everything in package.json#module is ESM. But now it checks for package.json#type also.

BANOnotIT avatar Apr 20 '24 22:04 BANOnotIT

How esbuild read package.json https://esbuild.github.io/api/#platform

Akiyamka avatar Apr 21 '24 14:04 Akiyamka

@BANOnotIT if this is ready - merge it.

artalar avatar Apr 22 '24 21:04 artalar

@artalar Still can't merge it myself

BANOnotIT avatar Jun 06 '24 18:06 BANOnotIT