This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f3e4c57036
jiti-meet
/
react
/
features
/
mobile
/
polyfills
/
index.js
4 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
rn,polyfills: refactor all mobile polyfills 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.
2020-05-06 09:22:09 +00:00
import
'./bundler'
;
import
'./browser'
;
feat(ios) add lite SDK target
2022-08-01 15:15:59 +00:00
import
'./custom'
;