pleroma-fe/.babelrc

6 行
145 B
Plaintext
Raw 通常表示 履歴

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