Error: main exceeded maximum budget. Budget 1.20 MB was not met by 786 bytes with a total of 1.20 MB.
When building angular app, bump into this error here and we don't have angular.json. The solution pretty straight forward, create an angular.json and specify budget limits.
References
https://angular.io/guide/build#configure-size-budgets
Comments