Bundle Size
#866
Replies: 1 comment 5 replies
-
This is still an issue. Seems to add almost half a megabyte (when uncompressed) to the import { createClient, configureChains, WagmiConfig } from 'wagmi';
import { publicProvider } from 'wagmi/providers/public';
import { polygon } from 'wagmi/chains' |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I don't mean to put any pressure, or demand anything, I am just curious and couldn't really find anything recent about it:
Are there any possibilities or plans of reducing the bundle size of the initial load, if the main page of an app does not require wagmi? The first load is pretty hefty after all.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions