Skip to content

Commit 323b2f1

Browse files
author
Timothy Dodd
committed
fix: increase maximum size limits for component styles
1 parent a3e747e commit 323b2f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/LogMkWeb/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
{
5050
"type": "anyComponentStyle",
51-
"maximumWarning": "2kB",
52-
"maximumError": "4kB"
51+
"maximumWarning": "4kB",
52+
"maximumError": "8kB"
5353
}
5454
],
5555
"outputHashing": "all"

0 commit comments

Comments
 (0)