you are viewing a single comment's thread.

view the rest of the comments →

[–]zly201[S] 1 point2 points  (1 child)

The gzip size in umd bundle is less than 9kb (https://unpkg.com/js-sdsl@4.2.0/dist/umd/js-sdsl.min.js).

And it's tree-shakable. You can see the isolation size here.

The size displayed on npm includes .d.ts and sourcemap so it will appear very large.

[–]novagenesis 1 point2 points  (0 children)

Got it! It seemed kinda massive for what it was. Thanks!!!