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
But neither of these code utilities are used by most apps. I cant even see usage of these within cosmJS. This is causing a large import to appear in our bundles. (190kb gzipped, 500kb after parsing)
I'm new to the JS ecosystem, so these are two options I see right now:
Move the libsodium dependency into another package thats not imported everywhere
Currently libsodium is brought in for 2 imports:
But neither of these code utilities are used by most apps. I cant even see usage of these within cosmJS. This is causing a large import to appear in our bundles. (190kb gzipped, 500kb after parsing)
I'm new to the JS ecosystem, so these are two options I see right now:
This seems from my (very not robust) testing, to not be handled with tree-shaking in turbo right now, for an app that uses stargate queries.
The text was updated successfully, but these errors were encountered: