dashboard
repositories
filestore
activity
search
login
main
/
moral_fronted
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix: 高德密钥修改
quanyawei
2024-07-04
571f87e61cedd6aac778e8faafbb58ff562fb5df
[moral_fronted.git]
/
babel.config.js
1
2
3
4
5
6
module.exports = {
plugins: ['@babel/plugin-proposal-optional-chaining'],
presets: [
'@vue/app'
]
}