Hello,
I wanted to change the budget values from 6 and 10 to 12 and 20
"budgets": [
{
"type": "initial",
"maximumWarning": "6mb",
"maximumError": "10mb"
}
]
But it is being overwritten back to 6 and 10 upon rerun. can you please help me fix it. I have made a temporary fix by changing the threshold in bundlebudget.js file to 20