dashboard
repositories
filestore
activity
search
login
main
/
moral_fronted
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:日期限制取消
quanyawei
2023-12-27
ec38056995178c94bea0689d6c6fd64ed5da8014
[moral_fronted.git]
/
babel.config.js
1
2
3
4
5
6
module.exports = {
plugins: ['@babel/plugin-proposal-optional-chaining'],
presets: [
'@vue/app'
]
}