Error: budgets: initial exceeded maximum budget. Budget 5.00 MB was not met by 4.00 MB with a total of 9.00 MB. 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"
}
]