pleroma-fe/.babelrc

6 lines
134 B
Text
Raw Normal View History

2016-10-27 01:46:32 +11:00
{
2018-08-28 04:25:00 +10:00
"presets": ["es2015", "stage-2", "env"],
"plugins": ["transform-runtime", "lodash", "transform-vue-jsx"],
2016-10-27 01:46:32 +11:00
"comments": false
}