We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b9c38 commit e89e972Copy full SHA for e89e972
.changeset/old-buttons-hope.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/runtime': patch
3
4
+
5
+Remove synthetic default import.
packages/runtime/src/core.ts
@@ -1,4 +1,4 @@
-import runtimeCore from '@module-federation/runtime-core';
+import * as runtimeCore from '@module-federation/runtime-core';
export * from '@module-federation/runtime-core';
0 commit comments