Inconsistent results from "ng build --watch" #12311
Labels
area: @angular-devkit/build-angular
freq2: medium
needs: investigation
Requires some digging to determine if action is needed
severity3: broken
type: bug/fix
Milestone
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
In short:
ng new
export class AppComponent
inapp.component.ts
and make the name have an errorng build --watch
The log given by the failure
Desired functionality
Correctly report details on the file with errors. We were tying in Angular CLI build with VS Code tasks support to get 'authoritative' project-level validation and ideally need consistent reporting of errors (and bonus would be "begin compile" / "end compile" designators).
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: