admin-fe/.babelrc

13 lines
230 B
Plaintext
Raw Normal View History

2017-04-18 07:09:13 +00:00
{
2017-06-19 09:59:56 +00:00
"presets": [
2017-10-31 07:55:59 +00:00
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
2017-10-31 07:55:59 +00:00
}],
2017-06-19 09:59:56 +00:00
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
2017-04-18 07:09:13 +00:00
}