pleroma-fe/.babelrc

6 lines
127 B
Text
Raw Normal View History

2016-10-27 01:46:32 +11:00
{
2019-12-11 19:56:53 +11:00
"presets": ["@babel/preset-env"],
2018-08-28 04:25:00 +10:00
"plugins": ["transform-runtime", "lodash", "transform-vue-jsx"],
2016-10-27 01:46:32 +11:00
"comments": false
}