streaming-frontend/.babelrc

13 lines
230 B
Plaintext
Raw Normal View History

2018-06-14 20:01:40 +00:00
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
}