mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
a3acacc1a4
Adds a bundlesize test that measures the bytesize of individual ResourceLoader modules. This test depends on a running mediawiki instance as well as the $MW_SERVER and $MW_SCRIPT_PATH environment variables. ResourceLoader modules are fetched from a URL and piped into a bundlesize command based on a custom configuration file. The test can be run with `npm run test:size`. Bug: T244276 Change-Id: I4f4534921ccbc6bd4f99229c8dd36b1279dde640
10 lines
109 B
JSON
10 lines
109 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
}
|
|
}
|