##// END OF EJS Templates
fix(changeset): fixed incosistent behaviour of rendering gravatars in commit view. Fixes RCCE-25
fix(changeset): fixed incosistent behaviour of rendering gravatars in commit view. Fixes RCCE-25

File last commit:

r5238:57ce088c default
r5255:8cf3d30a default
Show More
.babelrc
17 lines | 216 B | text/plain | TextLexer
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 versions"
]
}
}
]
],
"plugins": [
"transform-object-rest-spread"
]
}