Skip to content

Commit 4bb425d

Browse files
authored
angular 17 upgrade (#4)
1 parent 3fad021 commit 4bb425d

File tree

5 files changed

+4983
-7523
lines changed

5 files changed

+4983
-7523
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@
100100
"builder": "@angular-devkit/build-angular:dev-server",
101101
"configurations": {
102102
"production": {
103-
"browserTarget": "test-app:build:production"
103+
"buildTarget": "test-app:build:production"
104104
},
105105
"development": {
106-
"browserTarget": "test-app:build:development"
106+
"buildTarget": "test-app:build:development"
107107
}
108108
},
109109
"defaultConfiguration": "development"
110110
},
111111
"extract-i18n": {
112112
"builder": "@angular-devkit/build-angular:extract-i18n",
113113
"options": {
114-
"browserTarget": "test-app:build"
114+
"buildTarget": "test-app:build"
115115
}
116116
},
117117
"test": {

0 commit comments

Comments
 (0)