pleroma-fe/.babelrc

6 行
144 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"],
2022-09-21 12:13:07 +09:00
"comments": true
2016-10-26 23:46:32 +09:00
}