mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 10:17:47 +00:00
Move all polyfills to a standalone feature, which gets imported before anything else in the mobile entrypoint. This guarantees that any further import sees the polyfilled environment.
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
export { default as PersistenceRegistry } from './PersistenceRegistry';
|
|
|
|
import './middleware';
|