Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Warning: initial exceeded maximum budget. angular

/* in angular.json file:*/
"budgets": [
       {
          "type": "initial",
          "maximumWarning": "4mb", /*<=== change here as you need*/
          "maximumError": "5mb"
       }
    ]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #initial #exceeded #maximum #angular
ADD COMMENT
Topic
Name
4+3 =