web3-react
web3-react copied to clipboard
Support lazy-loading dependencies
Webpack code splits based on dynamic imports, but this is not available when using CommonJS. As far as I can tell, this is not available until ES2020.
- [ ] Add additional ESM-compatible exports
- [ ] Update EIP1193 to take
Provider | () => Provider, so that theProvidercan be lazily instantiated on activation