feat(tracker-assist):3.4.6:webpack5 hack

This commit is contained in:
ShiKhu 2021-11-18 13:54:37 +01:00
parent ca1c161ff5
commit 08946b3c62
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "3.4.5",
"version": "3.4.6",
"keywords": [
"WebRTC",
"assistance",

View file

@ -22,6 +22,9 @@ enum CallingState {
False,
};
//@ts-ignore webpack5 hack (?!)
Peer = Peer.default || Peer;
// type IncomeMessages =
// "call_end" |
// { type: "agent_name", name: string } |