iview/.babelrc

6 lines
96 B
Text
Raw Normal View History

2016-11-03 10:19:35 +08:00
{
"presets": ["es2015"],
"plugins": ["transform-runtime"],
"comments": false
}