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

56

"budgets": [
   {
      "type": "initial",
      "maximumWarning": "4mb", <===
      "maximumError": "5mb"
   },
   {
      "type": "anyComponentStyle",
      "maximumWarning": "150kb",
      "maximumError": "150kb"
   }
]

Comments

Submit
0 Comments