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 662e21e commit a2f09beCopy full SHA for a2f09be
docs/classic-ui/module-federation.md
@@ -15,7 +15,7 @@ html_meta:
15
Webpack's documentation on [Module Federation](https://webpack.js.org/concepts/module-federation/).
16
```
17
18
-Module Federation allows to share dependencies between bundles.
+Module Federation allows sharing of dependencies between bundles.
19
Each bundle includes the whole set of dependencies.
20
However, if multiple bundles have the same dependencies they are loaded only once.
21
0 commit comments