Answers for "WARNING in budgets: bundle initial-es5 exceeded maximum budget. Budget 2 MB was not met by 17.5 MB with a total of 19.5 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 "WARNING in budgets: bundle initial-es5 exceeded maximum budget. Budget 2 MB was not met by 17.5 MB with a total of 19.5 MB."

Code answers related to "Javascript"

Browse Popular Code Answers by Language