##// END OF EJS Templates
css: dropped not used ie.css file. We don't suppot IE9 anyway
css: dropped not used ie.css file. We don't suppot IE9 anyway

File last commit:

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