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 73b263a commit 3f38b6bCopy full SHA for 3f38b6b
docs/classic-ui/module-federation.md
@@ -47,7 +47,8 @@ const mf_config = require("@patternslib/dev/webpack/webpack.mf");
47
```
48
49
Import all the dependencies you want to share.
50
-Potentially these are the ones from Patternslib, Mockup, and your own dependencies.
+Potentially these are the ones from [Patternslib](https://github.com/Patternslib/Patterns/blob/master/package.json),
51
+Mockup, and your own dependencies.
52
You can add the Patternslib and Mockup dependencies, even if you are not using them.
53
54
```js
0 commit comments