##// END OF EJS Templates
commits: allow tag commit translation to be skipped for faster commit fetching in big chunks.
commits: allow tag commit translation to be skipped for faster commit fetching in big chunks.

File last commit:

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