/* * @Author: lf * @Date: 2022-09-28 18:56:09 * @LastEditors: lf * @LastEditTime: 2022-09-29 09:28:25 * @FilePath: \abc\babel.config.js * @Description: * @custom_string_lf: 你可以期待太阳从东方升起,而风却随心所欲地从四面八方吹来。 --萨特 */ module.exports = { presets: ["@babel/preset-env"], plugins: [ [ "component", { libraryName: "element-ui", styleLibraryName: "theme-chalk", }, ], ], };