Skip to content

Commit

Permalink
Merge pull request #123 from whereby/thomas/bundle-rtcstats
Browse files Browse the repository at this point in the history
Bundle rtcstats
  • Loading branch information
thyal authored Nov 8, 2023
2 parents c9cda9e + d2e7cb5 commit 3d55206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whereby.com/browser-sdk",
"version": "2.0.0-alpha27",
"version": "2.0.0-alpha28",
"description": "Modules for integration Whereby video in web apps",
"author": "Whereby AS",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ const plugins = [
values: { "global.navigator.mediaDevices": " navigator.mediaDevices." },
}),
nodeResolve({
// only include @whereby/jslib-media in our bundle
// only include @whereby/jslib-media and rtcstats in our bundle
preferBuiltins: true,
resolveOnly: [/@whereby\/jslib-media/],
resolveOnly: [/@whereby\/jslib-media|rtcstats/],
}),
commonjs(),
typescript(),
Expand Down

0 comments on commit 3d55206

Please sign in to comment.