-
Notifications
You must be signed in to change notification settings - Fork 14
/
.babelrc
25 lines (25 loc) · 964 Bytes
/
.babelrc
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
{
"presets": ["@babel/preset-env"],
"plugins": [
[
"add-header-comment", {
"header": [
"WARNING: GLOBAL GADGET FILE",
"Compiled from source at https://github.com/wikimedia-gadgets/MoreMenu",
"Please submit code changes as a pull request to the source repository at https://github.com/wikimedia-gadgets/MoreMenu",
"Are there missing translations? See [[meta:MoreMenu#Localization]].",
"Want to add custom links? See [[meta:MoreMenu#Customization]].",
"",
"Script: MoreMenu.js",
"Version: 5.2.1",
"Author: MusikAnimal",
"License: MIT",
"Documentation: [[meta:MoreMenu]]",
"GitHub: https://github.com/wikimedia-gadgets/MoreMenu",
"Skins: Vector, Timeless, Monobook, Modern",
"Browsers: See [[mw:Compatibility#Browsers]]"
]
}
]
]
}