security-appp/babel.config.js

13 lines
198 B
JavaScript
Raw Permalink Normal View History

2024-03-14 14:26:50 +08:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
['import', {
libraryName: 'vant',
libraryDirectory: 'es',
style: true
}, 'vant']
]
}