Answers for "filter.component.scss exceeded maximum budget. budget 10.00 kb was not met by 62.32 kb with a total of 72.32 kb"

CSS
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 "filter.component.scss exceeded maximum budget. budget 10.00 kb was not met by 62.32 kb with a total of 72.32 kb"

Browse Popular Code Answers by Language