Answers for "exceeded maximum budget. budget 4.00 kb was not met by 3.26 kb with a total of 7.26 kb.."

CSS
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
1

scss exceeded maximum budget. Budget 7.00 kB was not met by 841 bytes with a total of 7.82 kB.

"budgets": [
   {
      "type": "initial",
      "maximumWarning": "4mb", <===
      "maximumError": "5mb"
   },
   {
      "type": "anyComponentStyle",
      "maximumWarning": "150kb",
      "maximumError": "150kb"
   }
]
Posted by: Guest on October-19-2021

Code answers related to "exceeded maximum budget. budget 4.00 kb was not met by 3.26 kb with a total of 7.26 kb.."

Browse Popular Code Answers by Language