element/.babelrc

6 lines
106 B
Plaintext
Raw Normal View History

2016-07-27 14:15:02 +08:00
{
2016-09-06 11:51:08 +08:00
"presets": [["es2015", { "loose": true }]],
2016-07-29 17:46:16 +08:00
"plugins": ["transform-vue-jsx"],
2016-07-27 14:15:02 +08:00
"comments": false
}