##// END OF EJS Templates
files: only check for git_lfs/hg_largefiles if they are enabled....
files: only check for git_lfs/hg_largefiles if they are enabled. - this speeds up fetching of files if they are not LF and very big.

File last commit:

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