Able to use client app in subdirectories

This commit is contained in:
Carlos
2022-06-16 16:37:09 +02:00
parent 7d13d219d1
commit 3435c1e07b
5 changed files with 7 additions and 10 deletions

View File

@ -40,13 +40,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "20kb",
"maximumError": "40kb"
}
],
"fileReplacements": [