Skip to content

Commit 2b5206c

Browse files
Fix remote entry load twice (#20)
* Fix `remoteEntry.js` load twice Co-authored-by: trump.wang <[email protected]>
1 parent ffaef3f commit 2b5206c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/host/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export class GlobalApp extends JSApp {
122122
const module = this.options.module || './index';
123123
const exportName = this.options.exportName || 'default';
124124

125-
await this.loadedSource;
126125
// Initializes the share scope. This fills it with known provided modules from this build and all remotes
127126
// @ts-ignore
128127
await __webpack_init_sharing__(defaultScope);

0 commit comments

Comments
 (0)