Skip to content

Commit 412a636

Browse files
thetstevepiercy
andauthored
Update docs/classic-ui/module-federation.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 490b659 commit 412a636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/classic-ui/module-federation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Starting with the webpack configuration that you get when creating a Barceloneta
3636
import("./patterns");
3737
```
3838

39-
- Add the module federation plugin in webpack.config.js. There is a configuration factory `mf_config` which you can use for that. Add the following line near the top of the file:
39+
Next add the module federation plugin in `webpack.config.js`.
40+
There is a configuration factory `mf_config` which you can use for that.
41+
Add the following line near the top of the file:
4042

4143
```js
4244
const mf_config = require("@patternslib/dev/webpack/webpack.mf");

0 commit comments

Comments
 (0)