Skip to content
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

Optimize webpack bundle #192

Open
dohaki opened this issue Feb 12, 2019 · 2 comments
Open

Optimize webpack bundle #192

dohaki opened this issue Feb 12, 2019 · 2 comments

Comments

@dohaki
Copy link
Contributor

dohaki commented Feb 12, 2019

Besides creating a commonjs and esmodule with tsc, we also create a bundle using webpack. Problem is that the bundle size is 1.61 MB and has to be reduced.

@cducrest
Copy link
Contributor

cducrest commented Jun 26, 2020

Maybe reduce the size of contracts.json by filtering the contracts that end up in it. That could solve it, but check if maybe also ether.js is too big ...

@cducrest
Copy link
Contributor

Maybe check if ethers is too big and newer versions are smaller?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants