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 53c471e commit 405e08a
Show file tree
Hide file tree
Showing 3 changed files with 7,243 additions and 5,587 deletions.
6 changes: 4 additions & 2 deletions angular.json
Expand Up @@ -129,7 +129,8 @@
"main": "server.ts",
"tsConfig": "tsconfig.server.json",
"sourceMap": true,
"optimization": false
"optimization": false,
"buildOptimizer": false
},
"configurations": {
"production": {
Expand All @@ -141,7 +142,8 @@
}
],
"sourceMap": false,
"optimization": true
"optimization": true,
"buildOptimizer": true
}
},
"defaultConfiguration": ""
Expand Down

0 comments on commit 405e08a

Please sign in to comment.