@nrwl/rollup:rollup-project
Add Rollup Configuration to a project.
Usage
nx generate rollup-project ...
By default, Nx will search for rollup-project
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/rollup:rollup-project ...
Show what will be generated without writing to disk:
nx g rollup-project ... --dry-run