Answers for "Warning: initial exceeded maximum budget. angular"

0

Error: bundle initial-es2017 exceeded maximum budget. angulra

"budgets": [
  {
    "type": "initial",
    "maximumWarning": "2mb",
    "maximumError": "5mb"
  }
]
Posted by: Guest on August-28-2021
0

Warning: initial exceeded maximum budget. angular

/* in angular.json file:*/
"budgets": [
       {
          "type": "initial",
          "maximumWarning": "4mb", /*<=== change here as you need*/
          "maximumError": "5mb"
       }
    ]
Posted by: Guest on March-15-2022

Code answers related to "Warning: initial exceeded maximum budget. angular"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language