Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: re-add local config (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben authored Apr 23, 2024
1 parent 5f57b46 commit e780c67
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,31 @@
"maximumError": "10kb"
}
]
},
"local": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.local.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
}
},
Expand All @@ -151,6 +176,9 @@
},
"dev": {
"buildTarget": "leaphy-client:build:dev"
},
"local": {
"buildTarget": "leaphy-client:build:local"
}
}
},
Expand Down

0 comments on commit e780c67

Please sign in to comment.