##// END OF EJS Templates
files: archive, ensure we use same hash structure for old version of archives with full tree
files: archive, ensure we use same hash structure for old version of archives with full tree

File last commit:

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