File tree 3 files changed +3522
-2805
lines changed
3 files changed +3522
-2805
lines changed Original file line number Diff line number Diff line change 71
71
"builder" : " @angular-devkit/build-angular:dev-server" ,
72
72
"configurations" : {
73
73
"production" : {
74
- "browserTarget " : " CleanArchitecture.Web:build:production"
74
+ "buildTarget " : " CleanArchitecture.Web:build:production"
75
75
},
76
76
"development" : {
77
- "browserTarget " : " CleanArchitecture.Web:build:development " ,
78
- "proxyConfig " : " proxy.conf.js "
77
+ "proxyConfig " : " proxy.conf.js " ,
78
+ "buildTarget " : " CleanArchitecture.Web:build:development "
79
79
}
80
80
},
81
81
"defaultConfiguration" : " development"
82
82
},
83
83
"extract-i18n" : {
84
84
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
85
85
"options" : {
86
- "browserTarget " : " CleanArchitecture.Web:build"
86
+ "buildTarget " : " CleanArchitecture.Web:build"
87
87
}
88
88
},
89
89
"test" : {
116
116
"sourceMap" : false ,
117
117
"namedChunks" : false ,
118
118
"extractLicenses" : true ,
119
- "vendorChunk" : true
119
+ "vendorChunk" : true ,
120
+ "buildOptimizer" : true
120
121
},
121
122
"production" : {
122
123
"optimization" : true ,
123
124
"outputHashing" : " all" ,
124
125
"sourceMap" : false ,
125
126
"namedChunks" : false ,
126
127
"extractLicenses" : true ,
127
- "vendorChunk" : false
128
+ "vendorChunk" : false ,
129
+ "buildOptimizer" : true
128
130
}
129
131
}
130
132
}
131
133
}
132
134
}
133
135
},
134
- "defaultProject" : " CleanArchitecture.Web" ,
135
136
"cli" : {
136
137
"analytics" : false
137
138
}
You can’t perform that action at this time.
0 commit comments