screenFront/babel.config.js

16 lines
341 B
JavaScript
Raw Normal View History

2023-05-12 08:41:33 +00:00
/*
* @FilePath: \daping\babel.config.js
* @Author: 王路平
* @文件版本: V1.0.0
* @Date: 2023-01-29 15:16:38
* @Description:
*
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
*/
module.exports = {
// presets: [
// '@vue/cli-plugin-babel/preset'
// ]
presets:['@vue/cli-plugin-babel/preset']
}