Skip to content

Commit

Permalink
Fix some stupid fucking god-awful bug where the angular build
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Johnston committed Nov 16, 2023
1 parent 5c1b9de commit 1e913cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ngx-joeljca-blogapp-2/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
},
"configurations": {
"production": {
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": true
},
"budgets": [
{
"type": "initial",
Expand Down

0 comments on commit 1e913cb

Please sign in to comment.