dashboard
repositories
filestore
activity
search
login
main
/
xinbi
新币+dapp app 前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
隐藏etc 去掉着头顶两个标志 去掉着两个图标
dcc
2024-05-14
cf1a7b806caf347f6b1c1b8d379936bfa3a42dd2
[xinbi.git]
/
babel.config.js
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
['import', {
libraryName: 'vant',
libraryDirectory: 'es',
style: true
}, 'vant']
]
}