We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9cda9e + d2e7cb5 commit 3d55206Copy full SHA for 3d55206
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@whereby.com/browser-sdk",
3
- "version": "2.0.0-alpha27",
+ "version": "2.0.0-alpha28",
4
"description": "Modules for integration Whereby video in web apps",
5
"author": "Whereby AS",
6
"license": "MIT",
rollup.config.js
@@ -48,9 +48,9 @@ const plugins = [
48
values: { "global.navigator.mediaDevices": " navigator.mediaDevices." },
49
}),
50
nodeResolve({
51
- // only include @whereby/jslib-media in our bundle
+ // only include @whereby/jslib-media and rtcstats in our bundle
52
preferBuiltins: true,
53
- resolveOnly: [/@whereby\/jslib-media/],
+ resolveOnly: [/@whereby\/jslib-media|rtcstats/],
54
55
commonjs(),
56
typescript(),
0 commit comments