pleroma-fe/.babelrc

6 lines
144 B
Plaintext
Raw Permalink Normal View History

2016-10-26 16:46:32 +02:00
{
2022-03-23 14:44:37 +01:00
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
"comments": true
2016-10-26 16:46:32 +02:00
}