Skip to content

Commit c77ac2a

Browse files
fix: aumentar limites de tamanho para estilos de componentes
1 parent 40b1f7c commit c77ac2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
},
6464
{
6565
"type": "anyComponentStyle",
66-
"maximumWarning": "4kB",
67-
"maximumError": "8kB"
66+
"maximumWarning": "16kB",
67+
"maximumError": "16kB"
6868
}
6969
],
7070
"outputHashing": "all"

0 commit comments

Comments
 (0)