pleroma-fe/.babelrc

6 lines
106 B
Text
Raw Normal View History

2016-10-27 01:46:32 +11:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime", "lodash"],
2016-10-27 01:46:32 +11:00
"comments": false
}