feat: increase maximum size limits for component styles in angular.json
Some checks failed
/ build-push (push) Failing after 8m49s
Some checks failed
/ build-push (push) Failing after 8m49s
This commit is contained in:
@@ -67,8 +67,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
"maximumWarning": "10kb",
|
"maximumWarning": "120kb",
|
||||||
"maximumError": "12kb"
|
"maximumError": "120kb"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user