Skip to content

Commit

Permalink
fix(dist): Disable output file hash
Browse files Browse the repository at this point in the history
Fix issues with the nginx serving index.html when file is
not found because of file miss.
  • Loading branch information
shadowbas authored and bas080 committed Nov 14, 2024
1 parent 100b945 commit 184db3d
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 @@ -69,7 +69,7 @@
"configurations": {
"production": {
"optimization": true,
"outputHashing": "all",
"outputHashing": "none",
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -177,7 +177,7 @@
"configurations": {
"production": {
"optimization": true,
"outputHashing": "all",
"outputHashing": "none",
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down

0 comments on commit 184db3d

Please sign in to comment.