This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
scott
/
crm
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Pull-Requests
0
Wiki
Struktur:
1835f4bde7
Branches
Tags
master
crm
/
resources
/
zqxgxcx
/
node_modules
/
widget-ui
/
babel.config.js
babel.config.js
122 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
module.exports = {
presets: [
["@babel/preset-env", {
targets: {
node: "current"
}
}]
]
};