Answers for "bundle initial exceeded maximum budget. budget 500.00 kb was not met by 500.67 kb with a total of 1000.67 kb"

8

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 "bundle initial exceeded maximum budget. budget 500.00 kb was not met by 500.67 kb with a total of 1000.67 kb"

Code answers related to "Javascript"

Browse Popular Code Answers by Language