##// END OF EJS Templates
largefiles: added fix for downloading largefiles without an extension in name.
largefiles: added fix for downloading largefiles without an extension in name.

File last commit:

r3172:d37fc984 default
r4666:23c030e1 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}