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 f8c6db7 commit 73132edCopy full SHA for 73132ed
apps/website-new/docs/en/plugin/plugins/index.mdx
@@ -30,7 +30,7 @@ The runtime plugin can be applied at compile-time or runtime
30
new ModuleFederationPlugin({
31
// other options
32
runtimePlugins: [
33
- requrie.resolve('@module-federation/node/runtimePlugin')
+ require.resolve('@module-federation/node/runtimePlugin')
34
]
35
});
36
```
@@ -42,7 +42,7 @@ The runtime plugin can be applied at compile-time or runtime
42
43
44
45
46
47
48
0 commit comments