##// END OF EJS Templates
fix(submodules): fixed an error if reaching out submodule path....
fix(submodules): fixed an error if reaching out submodule path. - small UI fixes - cleanups of submodule code

File last commit:

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