|
- /*
- * @Date: 2022-01-19 10:08:26
- * @LastEditors: JinxChen
- * @LastEditTime: 2022-01-19 10:56:39
- * @FilePath: \alipay-scan-code-front-end\babel.config.js
- * @description:
- */
- module.exports = {
- presets: ["@vue/cli-plugin-babel/preset"],
- plugins: [
- ['import', {
- libraryName: 'vant',
- libraryDirectory: 'es',
- style: true
- }, 'vant']
- ]
- };
|