I am encountering an error during the build process that says: “exceeded maximum budget. Budget 4.00 kB was not met by 1.38 kB with a total of 5.38 kB.” The expected behavior is that my build would not exceed the size limit.
I have not modified any specific configuration related to the build size. The issue occurs during the build process on Vercel.
Steps to reproduce:
- Deploy a project on Vercel with a total bundle size above 4.00 kB.
- The build process will fail with the error message.
Framework: Angular 12+
Environment: Vercel
Project Settings: Default settings with no custom configuration for budget limits.