Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5298c0

Browse files
committed
Updating to v17
1 parent 35dac5f commit e5298c0

File tree

4 files changed

+3719
-5856
lines changed

4 files changed

+3719
-5856
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@
9797
"builder": "@angular-devkit/build-angular:dev-server",
9898
"configurations": {
9999
"production": {
100-
"browserTarget": "demo_app:build:production"
100+
"buildTarget": "demo_app:build:production"
101101
},
102102
"development": {
103-
"browserTarget": "demo_app:build:development"
103+
"buildTarget": "demo_app:build:development"
104104
}
105105
},
106106
"defaultConfiguration": "development"
107107
},
108108
"extract-i18n": {
109109
"builder": "@angular-devkit/build-angular:extract-i18n",
110110
"options": {
111-
"browserTarget": "demo_app:build"
111+
"buildTarget": "demo_app:build"
112112
}
113113
},
114114
"test": {

0 commit comments

Comments
 (0)