Skip to content

Commit 042acf6

Browse files
committed
fix(project): upgraded angular to v16
1 parent d1ab09b commit 042acf6

File tree

3 files changed

+14414
-9895
lines changed

3 files changed

+14414
-9895
lines changed

angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@
192192
"main": "server.ts",
193193
"tsConfig": "tsconfig.server.json",
194194
"sourceMap": true,
195-
"optimization": false
195+
"optimization": false,
196+
"buildOptimizer": false
196197
},
197198
"configurations": {
198199
"production": {
@@ -203,7 +204,8 @@
203204
}
204205
],
205206
"sourceMap": false,
206-
"optimization": true
207+
"optimization": true,
208+
"buildOptimizer": true
207209
}
208210
},
209211
"defaultConfiguration": ""

0 commit comments

Comments
 (0)