Answers for "initial exceeded maximum budget. Budget 500.00 kB was not met by 1.22 MB with a total of 1.71 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
1

ERROR in budgets: Exceeded maximum budget for initial-es2015. Budget 5 MB was not met by 221 kB with a total of 5.22 MB

"budgets": [
                {
                  "type": "initial",
                  "maximumWarning": "500kb",
                  "maximumError": "1mb"
                },
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "2kb",
                  "maximumError": "4kb"
                }
              ],
Posted by: Guest on July-04-2021

Code answers related to "initial exceeded maximum budget. Budget 500.00 kB was not met by 1.22 MB with a total of 1.71 MB."

Code answers related to "Javascript"

Browse Popular Code Answers by Language