This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
scott
/
crm
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Pull Requesty
0
Wiki
Strom:
47af6d4659
Větve
Značky
master
crm
/
resources
/
zqxg
/
zqxgxcx
/
node_modules
/
widget-ui
/
babel.config.js
babel.config.js
122 B
Historie
Surový
1
2
3
4
5
6
7
8
9
module.exports = {
presets: [
["@babel/preset-env", {
targets: {
node: "current"
}
}]
]
};