Skip to content

Commit

Permalink
fix(medical-illustration): 👷 Disable output hashing in production for…
Browse files Browse the repository at this point in the history
… medical illustration
  • Loading branch information
axdanbol committed Jul 8, 2024
1 parent a024399 commit 881d163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/medical-illustration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"maximumError": "4kb"
}
],
"outputHashing": "all"
"outputHashing": "none"
},
"development": {
"buildOptimizer": false,
Expand Down

0 comments on commit 881d163

Please sign in to comment.