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