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
I am using Beta 35 and Webpack 4 and it produces EXTREMELY huge bundle size.
As I stated in issue #1178, final size of my bundle grown from 240kb to more than 1mb after importing web3 and making basic setup like configuring provider, what is basically unacceptable. As @pubkey has stated in his comment, major part of that size growth is caused by multiple inclusions of the same bn.js package what is not tracked by Webpack for some mysterious reason.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
Don't really understand the referenced issue, but my bundle size is huge as well.
Any ideas on how to fix it?
Edit: This seems to be the same issue discussed in more detail: #1178
I am using Beta 35 and Webpack 4 and it produces EXTREMELY huge bundle size.
As I stated in issue #1178, final size of my bundle grown from 240kb to more than 1mb after importing web3 and making basic setup like configuring provider, what is basically unacceptable. As @pubkey has stated in his comment, major part of that size growth is caused by multiple inclusions of the same bn.js package what is not tracked by Webpack for some mysterious reason.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: