vWARNING in Exceeded maximum budget for C:/DevProjects/CERSPortalWeb/src/app/new-report/wizard/steps/steps.component.less. Budget 6 kB was not met by 487 bytes with a total of 6.48 kB. 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"
}
]