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
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
The current UMD bundle weighs in at 346kb. Here's the two biggest dependencies contributing to this size according to webpack:
buffer 48.6 kB
evaporate 75.1 kB
Removing, shrinking, or conditionally shimming buffer is the most likely way to improve the bundle size. We'd need to see exactly how it's used by the browserify-crypto package's createHmac() to determine what options are viable.
The text was updated successfully, but these errors were encountered:
The current UMD bundle weighs in at 346kb. Here's the two biggest dependencies contributing to this size according to webpack:
Removing, shrinking, or conditionally shimming buffer is the most likely way to improve the bundle size. We'd need to see exactly how it's used by the browserify-crypto package's
createHmac()
to determine what options are viable.The text was updated successfully, but these errors were encountered: