##// END OF EJS Templates
artifacts: few fixes for handling cases of using sub path to store artifacts....
artifacts: few fixes for handling cases of using sub path to store artifacts. - fixed some bugs when using the sub path artifacts and generataed sub-directory store

File last commit:

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