mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-06 09:04:21 +02:00
Fix file size max Build error
This commit is contained in:
parent
5e1dc0931c
commit
550793a6a9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "2kb",
|
"maximumWarning": "2kb",
|
||||||
"maximumError": "4kb"
|
"maximumError": "6kb"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all"
|
"outputHashing": "all"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue