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
That's too much. I'm suspecting that we're injecting a bit to many dependencies or are using a bit to many babel shims that have to get included in the uglified bundle.
The goal here is the following:
see what options we have to shrink the bundle
aim for realistic target
play with uglify options to see if package size can be decreased
see if there is dependencies that could now be replaced with native browser functionality
etc.
I'm sure there's lots of tutorials on the web to shrink package sizes.
The text was updated successfully, but these errors were encountered:
Seen @jernejpregelj comment, I close this issue and I create the same issue but for the js-crypto-conditions repository as is the one causing a big size of the JS BigchainDB Driver
The driver's current package sizes are - though uglified - almost 500KB.
That's too much. I'm suspecting that we're injecting a bit to many dependencies or are using a bit to many babel shims that have to get included in the uglified bundle.
The goal here is the following:
I'm sure there's lots of tutorials on the web to shrink package sizes.
The text was updated successfully, but these errors were encountered: