mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-27 09:30:02 +00:00
630a45a3ba
There is no need for them to live in separate modules and they bloat the size of our ResourceLoader startup module unnecessarily. Bug: T77349 Change-Id: Ieb830486a280e607cad3be6418c46db9c6477491
25 lines
361 B
JSON
25 lines
361 B
JSON
{
|
|
"modules": [
|
|
{
|
|
"resourceModule": "mmv",
|
|
"maxSize": "24.6 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.ui.restriction",
|
|
"maxSize": "0.5 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.codex",
|
|
"maxSize": "5.2 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.ui.reuse",
|
|
"maxSize": "5.7 kB"
|
|
},
|
|
{
|
|
"resourceModule": "mmv.bootstrap",
|
|
"maxSize": "5.6 kB"
|
|
}
|
|
]
|
|
}
|