📅  最后修改于: 2022-03-11 14:55:23.904000             🧑  作者: Mango
//Open angular.json file and find budgets keyword.
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb", <===default is 2mb and 5mb,
"maximumError": "5mb" <===increase it to what you need
}
]