Budget 4.00 kB was not met by 6.22 kB with a total of 10.22 kB

쉬운 목차

Error

Budget 4.00 kB was not met by 6.22 kB with a total of 10.22 kB

 

Solution

budget is a group of limits to certain values that affect site performance

edit angular.json
{
“type”: “initial”,
“maximumWarning”: “4mb”, ⇐
“maximumError”: “5mb” ⇐
},
{
“type”: “anyComponentStyle”,
“maximumWarning”: “150kb”, ⇐
“maximumError”: “150kb” ⇐
}

Leave a Comment