Answers for "ERROR in Exceeded maximum budget for C:/Users/Public/AngularProjects/lub-Ligne/src/app/Component/client-detail/client-detail.component.css. Budget 10 kB was not met by 63.9 kB with a total of 73.9 kB."

3

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"
   }
]
Posted by: Guest on July-31-2020

Code answers related to "ERROR in Exceeded maximum budget for C:/Users/Public/AngularProjects/lub-Ligne/src/app/Component/client-detail/client-detail.component.css. Budget 10 kB was not met by 63.9 kB with a total of 73.9 kB."

Code answers related to "Javascript"

Browse Popular Code Answers by Language