Skip to content

Commit 3d55206

Browse files
authored
Merge pull request #123 from whereby/thomas/bundle-rtcstats
Bundle rtcstats
2 parents c9cda9e + d2e7cb5 commit 3d55206

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@whereby.com/browser-sdk",
3-
"version": "2.0.0-alpha27",
3+
"version": "2.0.0-alpha28",
44
"description": "Modules for integration Whereby video in web apps",
55
"author": "Whereby AS",
66
"license": "MIT",

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const plugins = [
4848
values: { "global.navigator.mediaDevices": " navigator.mediaDevices." },
4949
}),
5050
nodeResolve({
51-
// only include @whereby/jslib-media in our bundle
51+
// only include @whereby/jslib-media and rtcstats in our bundle
5252
preferBuiltins: true,
53-
resolveOnly: [/@whereby\/jslib-media/],
53+
resolveOnly: [/@whereby\/jslib-media|rtcstats/],
5454
}),
5555
commonjs(),
5656
typescript(),

0 commit comments

Comments
 (0)