This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
scott
/
crm
Observar
1
Favorito
0
Fork
0
Arquivos
Pull Requests
0
Wiki
Tree:
1835f4bde7
Branches
Tags
master
crm
/
resources
/
zqxgxcx
/
node_modules
/
widget-ui
/
babel.config.js
babel.config.js
122 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
module.exports = {
presets: [
["@babel/preset-env", {
targets: {
node: "current"
}
}]
]
};