Skip to content

Commit

Permalink
Disable output hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 5, 2023
1 parent e4e8b9a commit 689e614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"extractLicenses": true,
"sourceMap": false,
"namedChunks": true,
"outputHashing": "all",
"outputHashing": "none",
"budgets": [
{
"type": "initial",
Expand Down Expand Up @@ -155,7 +155,7 @@
"extractLicenses": true,
"sourceMap": false,
"namedChunks": true,
"outputHashing": "all",
"outputHashing": "none",
"outputPath": "dist/extension",
"budgets": [
{
Expand Down Expand Up @@ -212,7 +212,7 @@
"extractLicenses": true,
"sourceMap": false,
"namedChunks": true,
"outputHashing": "all",
"outputHashing": "none",
"outputPath": "dist/extension",
"budgets": [
{
Expand Down

0 comments on commit 689e614

Please sign in to comment.