Skip to content

Commit

Permalink
Prepare to test Azure WSA deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaratVataev committed Aug 3, 2024
1 parent bd3175f commit a8b1998
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"allowedCommonJsDependencies": [
"earcut",
"hammerjs",
"@xmldom/xmldom",
"parse-svg-path"
],
"outputPath": "dist/graph-web",
"index": "src/index.html",
"browser": "src/main.ts",
Expand All @@ -39,13 +45,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "3mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "6kb",
"maximumError": "10kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit a8b1998

Please sign in to comment.