admin-fe/.babelrc

5 lines
96 B
Text
Raw Normal View History

2017-04-18 15:09:13 +08:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}