Skip to content

Commit

Permalink
fix: style loading issues on build
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Aug 21, 2021
1 parent fc30108 commit 2fdb8a9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": true
},
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand Down Expand Up @@ -117,7 +124,14 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": true
},
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand Down

0 comments on commit 2fdb8a9

Please sign in to comment.