##// END OF EJS Templates
nix: don't inject invoke/bumpversion in default shell, we use our own py3 compat, and want to have an option to skip it
nix: don't inject invoke/bumpversion in default shell, we use our own py3 compat, and want to have an option to skip it

File last commit:

r3172:d37fc984 default
r4178:b87f1db7 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
js: add babelrc
r3152 {
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
js: use ES6 classes for polymer 2.x
r3172 "plugins": ["transform-object-rest-spread"]
js: add babelrc
r3152 }