Closed camilleoudot closed 1 year ago
Why would you use bundlers for server-side JS?
In my case it produces a smaller and single artifact, and loads faster, in a context where this really matters.
Bufff, I'm about to just remove that version
getter despite it would break API compatibility in v3...
Thanks, merging and releasing.
Bufff, I'm about to just remove that
version
getter despite it would break API compatibility in v3...
Maybe time to start with v4 roadmap.
mediasoup node 3.13.1 released.
This allows JS bundlers such as webpack to embed the version string in the bundle. Otherwise a bundled JS app would look for mediasoup's package.json in "../.." on the filesystem (and it's very likely not there).