Skip to content

Commit

Permalink
fix(project): upgraded angular to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 25, 2023
1 parent d1ab09b commit 042acf6
Show file tree
Hide file tree
Showing 3 changed files with 14,414 additions and 9,895 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
"main": "server.ts",
"tsConfig": "tsconfig.server.json",
"sourceMap": true,
"optimization": false
"optimization": false,
"buildOptimizer": false
},
"configurations": {
"production": {
Expand All @@ -203,7 +204,8 @@
}
],
"sourceMap": false,
"optimization": true
"optimization": true,
"buildOptimizer": true
}
},
"defaultConfiguration": ""
Expand Down
Loading

0 comments on commit 042acf6

Please sign in to comment.