You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website-new/docs/en/guide/basic/runtime.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,15 +313,15 @@ init({
313
313
remotes: [
314
314
{
315
315
name:'@demo/sub1',
316
-
entry:'http://localhost:2001/vmok-manifest.json',
316
+
entry:'http://localhost:2001/mf-manifest.json',
317
317
},
318
318
{
319
319
name:'@demo/sub2',
320
-
entry:'http://localhost:2002/vmok-manifest.json',
320
+
entry:'http://localhost:2002/mf-manifest.json',
321
321
},
322
322
{
323
323
name:'@demo/sub3',
324
-
entry:'http://localhost:2003/vmok-manifest.json',
324
+
entry:'http://localhost:2003/mf-manifest.json',
325
325
},
326
326
],
327
327
});
@@ -460,7 +460,7 @@ There are the following differences between `Federation Runtime` and `Build Plug
460
460
| `shared` must provide specific version and instance information | `shared` only requires configuration rules, no specific version or instance information needed |
461
461
| `shared` dependencies can only be used externally, cannot use external `shared` dependencies | `shared` dependencies can be shared bidirectionally according to specific rules |
462
462
| Can affect the loading process through `runtime`'s `plugin` mechanism | Can affect the loading process through `runtimePlugin` configuration |
463
-
| Pure runtime does not support remote type hints | Supports remote type hints |
463
+
| Supports remote module type hints | Supports remote module type hints |
0 commit comments