You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ...
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.The text was updated successfully, but these errors were encountered: