wagmi icon indicating copy to clipboard operation
wagmi copied to clipboard

feat: pure esm

Open jxom opened this issue 2 years ago • 2 comments

This PR converts wagmi from bundling both CJS + ESM, to bundling pure ESM.

I have published the packages to NPM as a snapshot release under the tag esm-only (npm i wagmi@esm-only).

This will probably affect tooling that is sensitive to importing ESM such as Jest and Remix. We might need to create some additional guides on how to use wagmi with these tools as we move to pure ESM.

jxom avatar Sep 12 '22 01:09 jxom

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

Name Status Preview Updated
wagmi ✅ Ready (Inspect) Visit Preview Sep 13, 2022 at 5:06AM (UTC)

vercel[bot] avatar Sep 12 '22 01:09 vercel[bot]

🦋 Changeset detected

Latest commit: 22d6ad9312a562e2d72043fbc39b3daef105b2c7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@wagmi/core Minor
wagmi Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Sep 12 '22 01:09 changeset-bot[bot]

opening up PR with different approach shortly

tmm avatar Oct 26 '22 19:10 tmm