web3-react
web3-react copied to clipboard
main.[hash].js filesize increased to 700kb+ (gzip) when I used the Web3ReactProvider on App.js
Every time I make a build for development, the main file was increased up to 700kb (gzip compression).
And the site was very slow to load the page because of that. If I don't use the Web3ReactProvider, it became 140kb+
Is there an alternative way to solve this?