File tree Expand file tree Collapse file tree 3 files changed +6883
-5320
lines changed Expand file tree Collapse file tree 3 files changed +6883
-5320
lines changed Original file line number Diff line number Diff line change 3333 "prefix" : " app" ,
3434 "architect" : {
3535 "build" : {
36- "builder" : " @angular-devkit/build-angular:browser " ,
36+ "builder" : " @angular-devkit/build-angular:application " ,
3737 "options" : {
3838 "outputPath" : " dist/compodoc-demo-todomvc-angular" ,
3939 "index" : " src/index.html" ,
40- "main " : " src/main.ts" ,
40+ "browser " : " src/main.ts" ,
4141 "polyfills" : [" zone.js" ],
4242 "tsConfig" : " tsconfig.app.json" ,
4343 "aot" : true ,
5656 "optimization" : true ,
5757 "outputHashing" : " all" ,
5858 "sourceMap" : false ,
59- "extractCss" : true ,
6059 "namedChunks" : false ,
6160 "aot" : true ,
6261 "extractLicenses" : true ,
63- "vendorChunk" : false ,
64- "buildOptimizer" : true ,
6562 "budgets" : [
6663 {
6764 "type" : " initial" ,
7572 "serve" : {
7673 "builder" : " @angular-devkit/build-angular:dev-server" ,
7774 "options" : {
78- "browserTarget " : " compodoc-demo-todomvc-angular:build"
75+ "buildTarget " : " compodoc-demo-todomvc-angular:build"
7976 },
8077 "configurations" : {
8178 "production" : {
82- "browserTarget " : " compodoc-demo-todomvc-angular:build:production"
79+ "buildTarget " : " compodoc-demo-todomvc-angular:build:production"
8380 }
8481 }
8582 },
8683 "extract-i18n" : {
8784 "builder" : " @angular-devkit/build-angular:extract-i18n" ,
8885 "options" : {
89- "browserTarget " : " compodoc-demo-todomvc-angular:build"
86+ "buildTarget " : " compodoc-demo-todomvc-angular:build"
9087 }
9188 }
9289 }
9390 }
94- },
95- "defaultProject" : " compodoc-demo-todomvc-angular"
91+ }
9692}
You can’t perform that action at this time.
0 commit comments