File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,11 @@ We are using the following command line options.
169169* ` --e2eTestRunner=playwright `
170170* ` --unitTestRunner=jest `
171171
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+
172177** NOTE:** The --remotes option is a comma-separated list of remote applications.
173178When using the Angular host generator, the remote applications will always be Angular applications.
174179
You can’t perform that action at this time.
0 commit comments