Skip to content

Commit b969005

Browse files
committed
Upgrade the Angular to 20.0.3
1 parent 19aeb16 commit b969005

15 files changed

+3273
-5672
lines changed

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
"prefix": "app",
2323
"architect": {
2424
"build": {
25-
"builder": "@angular-devkit/build-angular:browser",
25+
"builder": "@angular-devkit/build-angular:application",
2626
"options": {
27-
"outputPath": "dist/angular-notes-manager",
27+
"outputPath": {
28+
"base": "dist/angular-notes-manager"
29+
},
2830
"index": "src/index.html",
29-
"main": "src/main.ts",
3031
"polyfills": [
3132
"zone.js"
3233
],
@@ -39,7 +40,8 @@
3940
"styles": [
4041
"src/styles.less"
4142
],
42-
"scripts": []
43+
"scripts": [],
44+
"browser": "src/main.ts"
4345
},
4446
"configurations": {
4547
"production": {
@@ -58,9 +60,7 @@
5860
"outputHashing": "all"
5961
},
6062
"development": {
61-
"buildOptimizer": false,
6263
"optimization": false,
63-
"vendorChunk": true,
6464
"extractLicenses": false,
6565
"sourceMap": true,
6666
"namedChunks": true
@@ -72,18 +72,18 @@
7272
"builder": "@angular-devkit/build-angular:dev-server",
7373
"configurations": {
7474
"production": {
75-
"browserTarget": "angular-notes-manager:build:production"
75+
"buildTarget": "angular-notes-manager:build:production"
7676
},
7777
"development": {
78-
"browserTarget": "angular-notes-manager:build:development"
78+
"buildTarget": "angular-notes-manager:build:development"
7979
}
8080
},
8181
"defaultConfiguration": "development"
8282
},
8383
"extract-i18n": {
8484
"builder": "@angular-devkit/build-angular:extract-i18n",
8585
"options": {
86-
"browserTarget": "angular-notes-manager:build"
86+
"buildTarget": "angular-notes-manager:build"
8787
}
8888
},
8989
"test": {

0 commit comments

Comments
 (0)