Zilliqa / zilliqa-js

JavaScript SDK for Zilliqa blockchain
https://www.npmjs.com/package/@zilliqa-js/zilliqa
GNU General Public License v3.0
131 stars 74 forks source link

Include @zilliqa-js/account without all the bip39 word lists #459

Open hacktisch opened 2 years ago

hacktisch commented 2 years ago

I need to include @zilliqa-js/account into our app main bundle but I have an issue with the entire bip39 library being loaded with it, even when I don't use any function that uses those word lists. When I analyze my bundle size (Nextjs) The bip39 word lists take a large part, and these are all included because of @zilliqa-js.

Is there any way to solve this?

image