We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remoteEntry.js
1 parent e527232 commit ffaef3fCopy full SHA for ffaef3f
packages/host/src/index.ts
@@ -122,7 +122,7 @@ export class GlobalApp extends JSApp {
122
const module = this.options.module || './index';
123
const exportName = this.options.exportName || 'default';
124
125
- await super.load();
+ 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