Skip to content

Commit a21ce46

Browse files
Broccohansl
authored andcommitted
docs: Update bundle budgets story.
1 parent a47676b commit a21ce46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/documentation/stories/budgets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ As applications grow in functionality, they also grow in size. Budgets is a feat
44
Angular CLI which allows you to set budget thresholds in your configuration to ensure parts
55
of your application stay within boundries which you set.
66

7-
**.angular-cli.json**
7+
**angular.json**
88
```
99
{
1010
...
11-
apps: [
12-
{
11+
"configurations": {
12+
"production": {
1313
...
1414
budgets: []
1515
}
16-
]
16+
}
1717
}
1818
```
1919

0 commit comments

Comments
 (0)