Skip to content

Commit e89e972

Browse files
jabrks2heal1
andauthored
fix(runtime): remove synthetic default import (#4066)
Co-authored-by: Hanric <[email protected]>
1 parent 51b9c38 commit e89e972

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/old-buttons-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/runtime': patch
3+
---
4+
5+
Remove synthetic default import.

packages/runtime/src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import runtimeCore from '@module-federation/runtime-core';
1+
import * as runtimeCore from '@module-federation/runtime-core';
22

33
export * from '@module-federation/runtime-core';
44

0 commit comments

Comments
 (0)