pleroma-fe/.babelrc

6 lines
134 B
Plaintext
Raw Permalink Normal View History

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