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';
|