Answers for "Error: budgets: initial exceeded maximum budget. Budget 1.00 MB was not met by 982.22 kB with a total of 1.96 MB."

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: budgets: initial exceeded maximum budget. Budget 1.00 MB was not met by 982.22 kB with a total of 1.96 MB."

Code answers related to "Javascript"

Browse Popular Code Answers by Language