dashboard
repositories
filestore
activity
search
login
main
/
xinbi
新币+dapp app 前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
first commit
zzzz
2024-04-09
d5461636a6b75c2effd3154b07e481c09e9062f9
[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']
]
}