公告板
版本库
filestore
活动
搜索
登录
main
/
RRIOT_WaterCustomerWx
仁软物联-净水器客户端小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
维修单
hailu
2023-11-21
f3773d4aa18f3b0814d9720e26fa61b762020eb2
[RRIOT_WaterCustomerWx.git]
/
GoldC
/
node_modules
/
miniprogram-table-component
/
.babelrc
1
2
3
4
5
6
7
8
9
10
11
{
"plugins": [
["module-resolver", {
"root": ["./src"],
"alias": {}
}]
],
"presets": [
["env", {"loose": true, "modules": "commonjs"}]
]
}