pleroma-fe/.babelrc

6 lines
159 B
Plaintext
Raw Normal View History

2016-10-26 16:46:32 +02:00
{
2019-12-11 09:56:53 +01:00
"presets": ["@babel/preset-env"],
2019-12-12 02:35:48 +01:00
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-transform-vue-jsx"],
2016-10-26 16:46:32 +02:00
"comments": false
}