@nrwl/react:host
Create Module Federation configuration files for given React Host Application.
Usage
nx generate host ...
By default, Nx will search for host
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/react:host ...
Show what will be generated without writing to disk:
nx g host ... --dry-run