We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaef3f commit 2b5206cCopy full SHA for 2b5206c
packages/host/src/index.ts
@@ -122,7 +122,6 @@ export class GlobalApp extends JSApp {
122
const module = this.options.module || './index';
123
const exportName = this.options.exportName || 'default';
124
125
- await this.loadedSource;
126
// Initializes the share scope. This fills it with known provided modules from this build and all remotes
127
// @ts-ignore
128
await __webpack_init_sharing__(defaultScope);
0 commit comments