openreplay/tracker/tracker-assist/src/_slim.ts
2022-07-25 12:21:06 +02:00

8 lines
226 B
TypeScript

/**
* Hack for the peerjs compilation on angular
* About this issue: https://github.com/peers/peerjs/issues/552
*/
// @ts-ignore
typeof window !== 'undefined' && (window.parcelRequire = window.parcelRequire || undefined)