@nx/angular:webpack-server
The webpack-server executor is very similar to the standard server builder provided by the Angular Devkit. It is usually used in tandem with @nx/angular:webpack-browser
when your Angular application uses a custom webpack configuration and NgUniversal for SSR.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.