Skip to content

Commit 23d878e

Browse files
committed
chore(upgrade): migration of angular core and cli
1 parent cbfe5c5 commit 23d878e

File tree

6 files changed

+1942
-2488
lines changed

6 files changed

+1942
-2488
lines changed

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@
7979
"serve": {
8080
"builder": "@angular-devkit/build-angular:dev-server",
8181
"options": {
82-
"browserTarget": "covid-19-dashboard:build"
82+
"buildTarget": "covid-19-dashboard:build"
8383
},
8484
"configurations": {
8585
"production": {
86-
"browserTarget": "covid-19-dashboard:build:production"
86+
"buildTarget": "covid-19-dashboard:build:production"
8787
},
8888
"es5": {
89-
"browserTarget": "covid-19-dashboard:build:es5"
89+
"buildTarget": "covid-19-dashboard:build:es5"
9090
}
9191
}
9292
},
9393
"extract-i18n": {
9494
"builder": "@angular-devkit/build-angular:extract-i18n",
9595
"options": {
96-
"browserTarget": "covid-19-dashboard:build"
96+
"buildTarget": "covid-19-dashboard:build"
9797
}
9898
},
9999
"test": {

0 commit comments

Comments
 (0)