Swathi Prasad
1 min readSep 5, 2019

--

The budget configuration comes by default when Angular project is created through CLI. This configuration helps to raise a warning or an error when your project bundle size exceeds the configured size.

The budgets are configured by default in Angular 7 projects as follows:

“budgets”: [ { “type”: “initial”, “maximumWarning”: “2mb”, “maximumError”: “5mb” } ]

--

--

Swathi Prasad
Swathi Prasad

Written by Swathi Prasad

Software architect and developer living in Germany. Sharing my opinion and what I learn.

Responses (1)