File tree 3 files changed +461
-4614
lines changed
3 files changed +461
-4614
lines changed Original file line number Diff line number Diff line change 11
11
"prefix" : " app" ,
12
12
"architect" : {
13
13
"build" : {
14
- "builder" : " @angular-devkit /build-angular :application" ,
14
+ "builder" : " @angular/build:application" ,
15
15
"options" : {
16
16
"outputPath" : " dist/demo" ,
17
17
"index" : " src/index.html" ,
59
59
"defaultConfiguration" : " production"
60
60
},
61
61
"serve" : {
62
- "builder" : " @angular-devkit /build-angular :dev-server" ,
62
+ "builder" : " @angular/build:dev-server" ,
63
63
"configurations" : {
64
64
"production" : {
65
65
"buildTarget" : " demo:build:production"
71
71
"defaultConfiguration" : " development"
72
72
},
73
73
"extract-i18n" : {
74
- "builder" : " @angular-devkit /build-angular :extract-i18n" ,
74
+ "builder" : " @angular/build:extract-i18n" ,
75
75
"options" : {
76
76
"buildTarget" : " demo:build"
77
77
}
78
78
},
79
79
"test" : {
80
- "builder" : " @angular-devkit /build-angular :karma" ,
80
+ "builder" : " @angular/build:karma" ,
81
81
"options" : {
82
82
"polyfills" : [
83
83
" zone.js" ,
You can’t perform that action at this time.
0 commit comments