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 fabb05f commit c9078faCopy full SHA for c9078fa
packages/runtime/src/remote/index.ts
@@ -1,10 +1,9 @@
1
import {
2
- type ModuleInfo,
3
- type GlobalModuleInfo,
4
isBrowserEnv,
5
warn,
6
composeKeyWithSeparator,
7
} from '@module-federation/sdk';
+import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk';
8
import { globalLoading } from '../global';
9
10
Options,
0 commit comments