pleroma-fe/.babelrc

6 lines
145 B
Plaintext
Raw Permalink Normal View History

2016-10-27 01:46:32 +11:00
{
2022-03-24 00:44:37 +11:00
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
2016-10-27 01:46:32 +11:00
"comments": false
}