dashboard
repositories
filestore
activity
search
login
main
/
new_exchange
3月 8 日
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
first
zzzz
2024-04-18
21028d32629f732a77d5070fb1502ea570aa9585
[new_exchange.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']
]
}