Open dohaki opened 5 years ago
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 ...
Maybe check if ethers is too big and newer versions are smaller?
Besides creating a
commonjs
andesmodule
withtsc
, we also create a bundle usingwebpack
. Problem is that the bundle size is 1.61 MB and has to be reduced.