diff --git a/packages/host/src/index.ts b/packages/host/src/index.ts index 1fd522b..4266288 100644 --- a/packages/host/src/index.ts +++ b/packages/host/src/index.ts @@ -122,7 +122,6 @@ export class GlobalApp extends JSApp { const module = this.options.module || './index'; const exportName = this.options.exportName || 'default'; - await this.loadedSource; // Initializes the share scope. This fills it with known provided modules from this build and all remotes // @ts-ignore await __webpack_init_sharing__(defaultScope);