dashboard
repositories
filestore
activity
search
login
main
/
moral_fronted
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:断线监控
quanyawei
2024-02-01
500ddf6571e656f33ef7fe10c570f6345344c989
[moral_fronted.git]
/
babel.config.js
1
2
3
4
5
6
module.exports = {
plugins: ['@babel/plugin-proposal-optional-chaining'],
presets: [
'@vue/app'
]
}