We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0cf0a commit 1b1f4fbCopy full SHA for 1b1f4fb
1 file changed
README.md
@@ -169,6 +169,11 @@ We are using the following command line options.
169
* `--e2eTestRunner=playwright`
170
* `--unitTestRunner=jest`
171
172
+The `--dynamic` option is required for the host generator in this project.
173
+This crucial flag instructs the generator to set up the host for dynamic Module Federation.
174
+This means the host won't have the remote applications' details hardcoded in its `module-federation.config.ts` or `webpack.config.ts` files;
175
+instead, it will rely on a runtime mechanism to discover them.
176
+
177
**NOTE:** The --remotes option is a comma-separated list of remote applications.
178
When using the Angular host generator, the remote applications will always be Angular applications.
179
0 commit comments