Updated build budget
All checks were successful
Build Website / Build NPM Project (push) Successful in 25s
Build Website / Tag Version (push) Successful in 3s
Build Website / Build & Push Dockerfile (push) Successful in 49s

This commit is contained in:
Zakary Timson 2023-12-11 21:47:21 -05:00
parent b0d74321c8
commit a60d20d76a

View File

@ -50,13 +50,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "2mb"
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "250kb",
"maximumError": "1mb"
}
],
"outputHashing": "all"