-
-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add sideEffects: false
to package json in esm folder
#683
Conversation
🦋 Changeset detectedLatest commit: 351d1c4 The changes in this PR will be included in the next version bump. 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 |
@jeetiss is attempting to deploy a commit to the wagmi Team on Vercel. A member of the Team first needs to authorize it. |
Thanks. You can also introduce the size-limit probes here imho. That way we can easily iterate on them in the follow-up with the annotations. |
Thanks @jeetiss! That's good to go as far as I'm concerned. I think we can add even more checks to the size-limit config later on for good measure but that can follow in another PR. LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Want to add a changeset for package.json#sideEffects
? Then lgtm.
this PR is part of
PR-Codex overview
This PR focuses on optimizing the
viem
package by marking it as side effects free. Notable changes include:Detailed summary
viem
package marked as side effects freebuild:esm
script now includessideEffects
property inpackage.json
size-limit
checks forviem (cjs)
,viem (tree-shaking check)
, andviem/chains
simple-git-hooks
configuration.