Able to use client app in subdirectories
This commit is contained in:
@ -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": [
|
||||
|
Reference in New Issue
Block a user