Browse Source

修改文件

test
chenJinxu 11 months ago
parent
commit
dfbe509482
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      babel.config.js

+ 11
- 1
babel.config.js View File

@@ -19,5 +19,15 @@ if (IS_PROD) {

module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins
plugins: [
[
'import',
{
libraryName: 'vant',
libraryDirectory: 'es',
style: true
},
'vant'
]
]
};

Loading…
Cancel
Save