仪表盘
版本库
文件存储
活动
搜索
登录
main
/
response
自然灾害web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
增加短信发送条数统计
鲁班七号
2023-07-20
187c516a9f390e59846a592bd3325afa4a8dc325
[response.git]
/
babel.config.js
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
['import', {
'libraryName': 'ant-design-vue',
'libraryDirectory': 'es',
'style': 'css'
}]
]
}