File tree 1 file changed +3
-7
lines changed 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1044
1044
"schematics" : {},
1045
1045
"architect" : {
1046
1046
"build" : {
1047
- "builder" : " @angular-devkit/build-angular:browser " ,
1047
+ "builder" : " @angular-devkit/build-angular:application " ,
1048
1048
"options" : {
1049
1049
"outputPath" : " dist/apps/design-land" ,
1050
1050
"index" : " apps/design-land/src/index.html" ,
1051
- "main " : " apps/design-land/src/main.ts" ,
1052
- "polyfills" : " apps/design-land/src/polyfills.ts" ,
1051
+ "browser " : " apps/design-land/src/main.ts" ,
1052
+ "polyfills" : [ " apps/design-land/src/polyfills.ts" ] ,
1053
1053
"tsConfig" : " apps/design-land/tsconfig.app.json" ,
1054
1054
"assets" : [
1055
1055
" apps/design-land/src/favicon.ico" ,
1071
1071
},
1072
1072
"scripts" : [],
1073
1073
"aot" : false ,
1074
- "vendorChunk" : true ,
1075
1074
"extractLicenses" : false ,
1076
- "buildOptimizer" : false ,
1077
1075
"sourceMap" : true ,
1078
1076
"optimization" : false ,
1079
1077
"namedChunks" : true
1092
1090
"namedChunks" : false ,
1093
1091
"aot" : true ,
1094
1092
"extractLicenses" : true ,
1095
- "vendorChunk" : false ,
1096
- "buildOptimizer" : true ,
1097
1093
"budgets" : [
1098
1094
{
1099
1095
"type" : " initial" ,
You can’t perform that action at this time.
0 commit comments