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