##// END OF EJS Templates
build: let CE expose static/source in the same way as EE for consistent etc/ directory structure
build: let CE expose static/source in the same way as EE for consistent etc/ directory structure

File last commit:

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