Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Shrink UMD Bundle Size #9

Open
brycefisher opened this issue Apr 30, 2017 · 0 comments
Open

Shrink UMD Bundle Size #9

brycefisher opened this issue Apr 30, 2017 · 0 comments

Comments

@brycefisher
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant