dashboard
repositories
filestore
activity
search
login
xiewanyan
/
dapp-wallet
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
gx
queenwuli
2022-04-15
c110a60ee4a75060dfd47d32150e99232c11f9e1
[~xiewanyan/dapp-wallet.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']
]
}