Skip to content

Commit

Permalink
fix: prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Nowak committed Oct 21, 2023
1 parent c8222e4 commit 894b1e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"optimization": {
"styles": {
"inlineCritical": false
}
},
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand Down

0 comments on commit 894b1e7

Please sign in to comment.