forked from wikimedia/mediawiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundlesize.config.json
49 lines (49 loc) · 1.31 KB
/
bundlesize.config.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
[
{
"@note": "Community maintained code is out of scope for bundle size check",
"resourceModule": "site",
"maxSize": null
},
{
"@note": "Community maintained code is out of scope for bundle size check",
"resourceModule": "site.styles",
"maxSize": null
},
{
"@note": "Community maintained code is out of scope for bundle size check",
"resourceModule": "user.styles",
"maxSize": null
},
{
"@note": "Community maintained code is out of scope for bundle size check",
"resourceModule": "user.options",
"maxSize": null
},
{
"@note": "Community maintained code is out of scope for bundle size check",
"resourceModule": "user",
"maxSize": null
},
{
"@owner": "Web Team (temporarily until more suitable owner identified)",
"resourceModule": "noscript",
"maxSize": null
},
{
"@owner": "Web Team",
"resourceModule": "mediawiki.page.ready",
"maxSize": "3.2 kB"
},
{
"@owner": "Design System Team",
"@note": "This module is defined in Vector but CSS/JS are generated by core (RL/CodexModule)",
"resourceModule": "skins.vector.search.codex.styles",
"maxSize": "10 kB"
},
{
"@owner": "Design System Team",
"@note": "This module is defined in Vector but CSS/JS are generated by core (RL/CodexModule)",
"resourceModule": "skins.vector.search.codex.scripts",
"maxSize": "21 kB"
}
]