File tree Expand file tree Collapse file tree 4 files changed +1112
-2025
lines changed
Expand file tree Collapse file tree 4 files changed +1112
-2025
lines changed Original file line number Diff line number Diff line change 2525 "@chialab/esbuild-plugin-commonjs" : " ^0.19.0" ,
2626 "@angular/build" : " ^21.2.0" ,
2727 "@angular-devkit/build-angular" : " ^21.2.0" ,
28- "esbuild" : " ^ 0.27.1" ,
28+ "esbuild" : " >= 0.27.1 <0.27.4 || >0.27.4 " ,
2929 "mrmime" : " ^2.0.1" ,
3030 "signale" : " ^1.4.0" ,
3131 "process" : " 0.11.10"
Original file line number Diff line number Diff line change @@ -402,7 +402,12 @@ export async function* runBuilder(
402402 // yield output;
403403 // }
404404
405- if ( ! first && ( nfOptions . dev || watch ) ) {
405+ if ( ! output . success && isLocalDevelopment ) {
406+ federationBuildNotifier . broadcastBuildError (
407+ new Error ( output ?. error ?? 'Angular build failed.' ) ,
408+ ) ;
409+ }
410+ if ( ! first && output . success && ( nfOptions . dev || watch ) ) {
406411 rebuildQueue
407412 . enqueue ( async ( signal : AbortSignal ) => {
408413 if ( signal ?. aborted ) {
You can’t perform that action at this time.
0 commit comments