1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-11-10 19:29:14 +01:00
pleroma-fe/.babelrc
2022-09-20 23:13:07 -04:00

6 lines
144 B
Plaintext

{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
"comments": true
}