mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(rn,polyfills) remove no longer needed polyfill
Fixes: https://github.com/jitsi/jitsi-meet/issues/13807
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
f9ac965e18
commit
7bf3e7df1d
@@ -1,8 +0,0 @@
|
||||
(global => {
|
||||
|
||||
// __filename
|
||||
if (typeof global.__filename === 'undefined') {
|
||||
global.__filename = '__filename';
|
||||
}
|
||||
|
||||
})(global || window || this); // eslint-disable-line no-invalid-this
|
||||
@@ -1,3 +1,2 @@
|
||||
import './bundler';
|
||||
import './browser';
|
||||
import './custom';
|
||||
|
||||
Reference in New Issue
Block a user