This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
zouzexu
/
charge_miniapp
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e703937fd1
Větve
Značky
master
zzx
charge_miniapp
/
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"
}
}]
]
};