-
Couldn't load subscription status.
- Fork 0
feat(angular): incremental build generators #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Nx Cloud ReportCI ran the following commands for commit edf9963. Click to see the status, the terminal output, and the build insights.
Sent with 💌 from NxCloud. |
| if (project.targets.build) { | ||
| console.warn( | ||
| `Project with name "${projectName} already has a "build" target. Overwriting..."` | ||
| ); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should have a --force option to override existing targets and otherwise log them, but leave them as is.
80f2d13 to
5f256c7
Compare
…t addAngularApplication utility
angulargenerator and executor.@nxworker/angular:convert-to-buildable.@nxworker/angular:use-incremental-build.@internal/e2e-utillibrary.@internal/test-utillibrary.@nxworker/angular:convert-to-buildablefeatures:@ngworker/angular:use-incremental-buildfeatures:See Setup incremental builds for Angular applications for the configuration that is automated by these generators.