Skip to content

Commit 87c0c76

Browse files
committed
Update to Angular 17
1 parent 98ee18f commit 87c0c76

File tree

4 files changed

+5325
-9154
lines changed

4 files changed

+5325
-9154
lines changed

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prefix": "app",
5151
"architect": {
5252
"build": {
53-
"builder": "@angular-devkit/build-angular:browser",
53+
"builder": "@angular-devkit/build-angular:browser-esbuild",
5454
"options": {
5555
"outputPath": "dist/playground",
5656
"index": "playground/index.html",
@@ -93,10 +93,10 @@
9393
"builder": "@angular-devkit/build-angular:dev-server",
9494
"configurations": {
9595
"production": {
96-
"browserTarget": "playground:build:production"
96+
"buildTarget": "playground:build:production"
9797
},
9898
"development": {
99-
"browserTarget": "playground:build:development"
99+
"buildTarget": "playground:build:development"
100100
}
101101
},
102102
"defaultConfiguration": "development"
@@ -110,7 +110,7 @@
110110
"extract-i18n": {
111111
"builder": "@angular-devkit/build-angular:extract-i18n",
112112
"options": {
113-
"browserTarget": "playground:build"
113+
"buildTarget": "playground:build"
114114
}
115115
},
116116
"test": {

0 commit comments

Comments
 (0)