mat.services/.babelrc

13 lines
230 B
Plaintext
Raw Normal View History

2018-02-08 21:21:28 +00:00
{
"presets": [
2018-02-08 23:02:36 +00:00
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
2018-02-08 21:21:28 +00:00
}