ERROR in Exceeded maximum budget for C:/Users/nlaps/Documents/Websites/Personal Projects/Sarju's jewelry website/App/src/app/product/product.component.css. Budget 10 kB was not met by 1.31 kB with a total of 11.3 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"
}
]