element/.babelrc

6 lines
91 B
Plaintext
Raw Normal View History

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