If we get following warning :
Warning: bundle initial exceeded maximum budget.
then to solev this we need to increase budget in angular.json
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
Cheers,
No comments:
Post a Comment
Thanks for your comment, will revert as soon as we read it.