ov-components: update maximumError size for anyComponentStyle to 12kb in angular.json

This commit is contained in:
CSantosM 2026-03-02 17:41:12 +01:00
parent 1f4b6f34e8
commit fcf7d62b4b

View File

@ -59,7 +59,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
"maximumError": "12kb"
}
]
}