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: docs/classic-ui/module-federation.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ Starting with the webpack configuration that you get when creating a Barceloneta
36
36
import("./patterns");
37
37
```
38
38
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.
0 commit comments