Budget value overwrite

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

You can check here for instructions how to remove files from code generation so they are not overwritten.

1 Like