|
- /*
- * @Date: 2022-01-19 10:08:26
- * @LastEditors: JinxChen
- * @LastEditTime: 2023-02-25 15:43:27
- * @FilePath: \TelpoH5FrontendWeb\babel.config.js
- * @description:
- */
- module.exports = {
- presets: ["@vue/cli-plugin-babel/preset"],
- plugins: [
- ['import', {
- libraryName: 'vant',
- libraryDirectory: 'es',
- style: true
- }, 'vant']
- ]
- };
|