##// END OF EJS Templates
files: ensure we generate archives with consistent hashing (except for .tar.gz which uses temp files names in header)
files: ensure we generate archives with consistent hashing (except for .tar.gz which uses temp files names in header)

File last commit:

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