File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ ts_library(
85
85
CLI_SCHEMA_DATA = [
86
86
"//packages/angular_devkit/build_angular:src/builders/app-shell/schema.json" ,
87
87
"//packages/angular_devkit/build_angular:src/builders/browser/schema.json" ,
88
+ "//packages/angular_devkit/build_angular:src/builders/browser-esbuild/schema.json" ,
88
89
"//packages/angular_devkit/build_angular:src/builders/dev-server/schema.json" ,
89
90
"//packages/angular_devkit/build_angular:src/builders/extract-i18n/schema.json" ,
90
91
"//packages/angular_devkit/build_angular:src/builders/karma/schema.json" ,
Original file line number Diff line number Diff line change 341
341
"enum" : [
342
342
" @angular-devkit/build-angular:app-shell" ,
343
343
" @angular-devkit/build-angular:browser" ,
344
+ " @angular-devkit/build-angular:browser-esbuild" ,
344
345
" @angular-devkit/build-angular:dev-server" ,
345
346
" @angular-devkit/build-angular:extract-i18n" ,
346
347
" @angular-devkit/build-angular:karma" ,
412
413
}
413
414
}
414
415
},
416
+ {
417
+ "type" : " object" ,
418
+ "additionalProperties" : false ,
419
+ "properties" : {
420
+ "builder" : {
421
+ "const" : " @angular-devkit/build-angular:browser-esbuild"
422
+ },
423
+ "defaultConfiguration" : {
424
+ "type" : " string" ,
425
+ "description" : " A default named configuration to use when a target configuration is not provided."
426
+ },
427
+ "options" : {
428
+ "$ref" : " ../../../../angular_devkit/build_angular/src/builders/browser-esbuild/schema.json"
429
+ },
430
+ "configurations" : {
431
+ "type" : " object" ,
432
+ "additionalProperties" : {
433
+ "$ref" : " ../../../../angular_devkit/build_angular/src/builders/browser-esbuild/schema.json"
434
+ }
435
+ }
436
+ }
437
+ },
415
438
{
416
439
"type" : " object" ,
417
440
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments