Skip to content

Commit

Permalink
fix: enable output hashing by default (#174)
Browse files Browse the repository at this point in the history
Fixes cache issues for dev.
  • Loading branch information
emersion authored Jul 11, 2024
1 parent dd8f2f1 commit 8ac67b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"outputHashing": "all",
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
Expand All @@ -79,7 +80,6 @@
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
Expand Down Expand Up @@ -109,6 +109,7 @@
"tsConfig": "tsconfig.app.es5.json"
},
"standalone": {
"outputHashing": "none",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down

0 comments on commit 8ac67b8

Please sign in to comment.