/* * @Author: weilGit * @Date: 2025-07-11 18:09:46 * @LastEditors: weilGit * @LastEditTime: 2025-07-14 09:49:55 * @Description: XXX * @FilePath: \screen_v2\babel.config.js */ module.exports = { presets: ["@vue/cli-plugin-babel/preset"], // "presets": [["es2015", { "modules": false }]], // "plugins": [ // [ // "component", // { // "libraryName": "element-ui", // "styleLibraryName": "theme-chalk" // } // ] // ] };