儀表板
版本庫
大檔案區
活動
搜尋
登入
pcalife
/
PAM
保誠-保戶業務員媒合平台
匯總
相關日誌
提交
目錄
文件
分支(forks)
比對
詳查
|
歷史
|
原始
package.json update and do npm audit fix
Ben
2021-10-18
73af88d5a64044abba3d9c28b3b84aa84634523c
[pcalife/PAM.git]
/
PAMapp
/
.babelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
}