fix(rn,polyfills) remove no longer needed polyfill

Fixes: https://github.com/jitsi/jitsi-meet/issues/13807
This commit is contained in:
Saúl Ibarra Corretgé
2023-09-28 10:48:06 +02:00
committed by Saúl Ibarra Corretgé
parent f9ac965e18
commit 7bf3e7df1d
2 changed files with 0 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
(global => {
// __filename
if (typeof global.__filename === 'undefined') {
global.__filename = '__filename';
}
})(global || window || this); // eslint-disable-line no-invalid-this

View File

@@ -1,3 +1,2 @@
import './bundler';
import './browser';
import './custom';