-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbudget.json
58 lines (58 loc) · 846 Bytes
/
budget.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"resources": [
{
"type": "image",
"budget": {
"maximum": 4,
"size": "450KB"
}
},
{
"type": "script",
"budget": {
"maximum": 1,
"size": "150KB"
}
},
{
"type": "font",
"budget": {
"maximum": 1,
"size": "50KB"
}
},
{
"type": "stylesheet",
"budget": {
"maximum": 2,
"size": "5KB"
}
},
{
"type": "document",
"budget": {
"maximum": 1,
"size": "2KB"
}
},
{
"type": "media",
"budget": {
"maximum": 0
}
},
{
"type": "other",
"budget": {
"maximum": 0
}
},
{
"type": "third-party",
"budget": {
"maximum": 2,
"size": "40KB"
}
}
]
}