Fix file size max Build error

This commit is contained in:
sepehr 2024-07-13 10:33:27 +03:30
parent 5e1dc0931c
commit 550793a6a9

View file

@ -61,7 +61,7 @@
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb", "maximumWarning": "2kb",
"maximumError": "4kb" "maximumError": "6kb"
} }
], ],
"outputHashing": "all" "outputHashing": "all"