-
-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
After installing the y-webrtc package, my unminified JavaScript bundle went from 219.7kb to 417.6kb (197.9kb difference) and my minified bundle went from 90kb to 202kb.
I was naturally curious, so I found BundleBuddy and here's the report they generated.

It looks like simple-peer represents the lion's share of the size increase (96kb minified) and a quick glance at the source file indicates there are quite a few nodejs modules being pulled into what is ostensibly meant to run in a browser.
I haven't dug deep into this yet, but thought I'd check in to see if anyone is already looking into ideas here.
Overall outstanding library and thanks so much for all your hard work!
Reactions are currently unavailable