##// END OF EJS Templates
summary: fixed 500 errors on loading just summary commits and missing clone_url set....
summary: fixed 500 errors on loading just summary commits and missing clone_url set. - some bots were triggering this, and we should handle that case properly

File last commit:

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