Skip to content

Commit

Permalink
Use hash key instead of uuid for cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Jan 9, 2025
1 parent b9a4d74 commit 1ab2e85
Show file tree
Hide file tree
Showing 6 changed files with 17,549 additions and 17,516 deletions.
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
}
],
"styles": ["src/theme/variables.scss", "src/global.scss"],
"scripts": [],
"scripts": [
"node_modules/crypto-browserify/index.js"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down
Loading

0 comments on commit 1ab2e85

Please sign in to comment.