This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
scott
/
crm
Liatin
1
Bintangi
0
Fork
0
Berkas
Permintaan Tarik
0
Wiki
Pohon:
1835f4bde7
Ranting
Tag
master
crm
/
resources
/
zqxgxcx
/
node_modules
/
widget-ui
/
babel.config.js
babel.config.js
122 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
module.exports = {
presets: [
["@babel/preset-env", {
targets: {
node: "current"
}
}]
]
};