Skip to content

Commit

Permalink
fix(project): updated to angular v16
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Nov 4, 2023
1 parent e6612d7 commit 8bc6c1e
Show file tree
Hide file tree
Showing 3 changed files with 6,613 additions and 3,784 deletions.
6 changes: 4 additions & 2 deletions angular.json
Expand Up @@ -191,7 +191,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

0 comments on commit 8bc6c1e

Please sign in to comment.