This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
scott
/
crm
Segui
1
Vota
0
Forka
0
File
Pull Requests
0
Wiki
Albero (Tree):
47af6d4659
Rami (Branch)
Tag
master
crm
/
resources
/
zqxg
/
zqxgxcx
/
node_modules
/
widget-ui
/
babel.config.js
babel.config.js
122 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
module.exports = {
presets: [
["@babel/preset-env", {
targets: {
node: "current"
}
}]
]
};