-
Couldn't load subscription status.
- Fork 11.9k
Open
Labels
area: @angular-devkit/build-angulardevkit/build-angular:browserfeatureIssue that requests a new featureIssue that requests a new feature
Milestone
Description
🚀 Feature request
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
ng build allows to see the "Estimated Transfer Size" as of version v13.1.
It would be very neat to be able to define budgets based not only the "Raw size", but also on this "Estimated Transfer Size"
Describe the solution you'd like
Something along the lines of:
"budgets": [
{
"type": "initial-estimated",
"maximumWarning": "80kb",
"maximumError": "160kb"
},or
"budgets": [
{
"type": "initial",
"estimated": true,
"maximumWarning": "80kb",
"maximumError": "160kb"
},manojdcoder, maxchene and bachratyg
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angulardevkit/build-angular:browserfeatureIssue that requests a new featureIssue that requests a new feature

