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
@@ -43,31 +43,31 @@ The module federation config is a **partial** webpack configuration. It only con
43
43
44
44
```json
45
45
"resolutions": {
46
-
"webpack": "5.0.0"
46
+
"webpack": "^5.0.0"
47
47
},
48
48
```
49
49
50
50
- Run **yarn** to install all packages
51
51
52
-
Please note that the current CLI **beta** lacks some features when using it with webpack 5, e. g. **reloading an application in debug mode** (when using ng serve). Hence, you have to restart ng serve after a change. This is just a temporal limitation and will be solved with one of the upcoming versions.
52
+
Please that the CLI's webpack 5 support is current experimental.
53
53
54
54
## Example 📽️
55
55
56
56
This [example](https://github.com/manfredsteyer/module-federation-plugin-example)
57
57
loads a microfrontend into a shell:
58
58
59
-

59
+

60
60
61
61
Please have a look into the example's **readme**. It points you to the important aspects of using Module Federation.
62
62
63
63
64
64
## Tutorial 🧪
65
65
66
-
Please find here a [tutorial](./tutorial/tutorial.md) that shows step by step how to introduce Module Federation into the above mentioned example.
66
+
Please find here a [tutorial](https://github.com/angular-architects/module-federation-plugin/blob/main/packages/mf/tutorial/tutorial.md) that shows step by step how to introduce Module Federation into the above mentioned example.
67
67
68
-

68
+

Copy file name to clipboardExpand all lines: packages/mf/tutorial/tutorial.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This tutorial shows how to use Webpack Module Federation together with the Angular CLI and the ``@angular-architects/module-federation`` plugin. The goal is to make a shell capable of **loading a separately compiled and deployed microfrontend**:
4
4
5
-

5
+

0 commit comments