Skip to content

Commit

Permalink
Merge pull request #46 from Incredible-Technologies/T-45/fix-budgets
Browse files Browse the repository at this point in the history
fix(client): fixed budgets
  • Loading branch information
lerfich authored Nov 27, 2023
2 parents 342bd72 + ffa15a7 commit bc92bbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"./node_modules/@lottiefiles/lottie-player/dist/lottie-player.js"

]
},
"configurations": {
Expand All @@ -50,8 +49,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
"maximumWarning": "60kb",
"maximumError": "100kb"
}
],
"outputHashing": "all"
Expand Down Expand Up @@ -179,4 +178,4 @@
"cli": {
"analytics": "ee748ae0-81b8-4b6e-b8cd-93d2437bd568"
}
}
}

0 comments on commit bc92bbf

Please sign in to comment.