Skip to content

Commit

Permalink
build: change outputHashing in Angular to avoid caching issue after…
Browse files Browse the repository at this point in the history
… new release (#2209)
  • Loading branch information
bossenti committed Nov 20, 2023
1 parent 698eb43 commit 2c10dbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"node_modules/datatables.net/js/jquery.dataTables.js",
"node_modules/jquery-ui-dist/jquery-ui.js",
"node_modules/quill/dist/quill.js"
]
],
"outputHashing": "bundles"
},
"configurations": {
"production": {
Expand All @@ -51,7 +52,7 @@
}
],
"optimization": true,
"outputHashing": "all",
"outputHashing": "bundles",
"sourceMap": false,
"namedChunks": false,
"aot": true,
Expand Down

0 comments on commit 2c10dbc

Please sign in to comment.