Skip to content

Commit a9f4023

Browse files
committed
feat(app): bump dependencies
1 parent 6e89b17 commit a9f4023

File tree

3 files changed

+6883
-5320
lines changed

3 files changed

+6883
-5320
lines changed

angular.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
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,
@@ -56,12 +56,9 @@
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",
@@ -75,22 +72,21 @@
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
}

0 commit comments

Comments
 (0)