ERROR in budgets: Exceeded maximum budget for initial-es2015. Budget 5 MB was not met by 34.5 kB with a total of 5.03 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"
}
]