File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 21
21
"prefix" : " app" ,
22
22
"architect" : {
23
23
"build" : {
24
- "builder" : " @angular-devkit/build-angular:browser " ,
24
+ "builder" : " @angular-devkit/build-angular:application " ,
25
25
"options" : {
26
26
"outputPath" : " dist/reprogleorg" ,
27
27
"index" : " src/index.html" ,
28
- "main " : " src/main.ts" ,
28
+ "browser " : " src/main.ts" ,
29
29
"polyfills" : [
30
30
" zone.js"
31
31
],
75
75
"outputHashing" : " all"
76
76
},
77
77
"development" : {
78
- "buildOptimizer" : false ,
79
78
"optimization" : false ,
80
- "vendorChunk" : true ,
81
79
"extractLicenses" : false ,
82
80
"sourceMap" : true ,
83
81
"namedChunks" : true ,
89
87
]
90
88
},
91
89
"test" : {
92
- "buildOptimizer" : true ,
93
90
"optimization" : false ,
94
- "vendorChunk" : true ,
95
91
"namedChunks" : true ,
96
92
"fileReplacements" : [
97
93
{
184
180
}
185
181
}
186
182
}
187
- }
183
+ }
You can’t perform that action at this time.
0 commit comments