exceeded maximum budget. Budget 4.00 kB was not met by 1.55 kB with a total of 5.55 kB. angular build code example
Example: Exceeded maximum budget Budget 10 kB was not met by 478 bytes with a total of 10.5 kB.
// in angular json
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
]