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

pull/860/head
CSantosM 2026-03-02 17:41:12 +01:00
parent 1f4b6f34e8
commit fcf7d62b4b
1 changed files with 1 additions and 1 deletions

View File

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