Skip to content

Commit

Permalink
[EGON-73] Disable build optimization for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik-wps committed Jul 31, 2024
1 parent 9c910bb commit 3ff2b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand All @@ -66,7 +66,7 @@
{
"type": "initial",
"maximumWarning": "1mb",
"maximumError": "2mb"
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 3ff2b4a

Please sign in to comment.