Answers for ".component.scss exceeded maximum budget. Budget 4.00 kB was not met by 282.93 kB with a total of 286.93 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 ".component.scss exceeded maximum budget. Budget 4.00 kB was not met by 282.93 kB with a total of 286.93 kB."

Browse Popular Code Answers by Language