feat(tracker-assist):3.4.6:webpack5 hack
This commit is contained in:
parent
ca1c161ff5
commit
08946b3c62
2 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ enum CallingState {
|
|||
False,
|
||||
};
|
||||
|
||||
//@ts-ignore webpack5 hack (?!)
|
||||
Peer = Peer.default || Peer;
|
||||
|
||||
// type IncomeMessages =
|
||||
// "call_end" |
|
||||
// { type: "agent_name", name: string } |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue