公告板
版本库
filestore
活动
搜索
登录
main
/
ai-vue
ai 对话前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
xiangpei
2025-04-18
7feee0463330ee014b0ac1a6f8e31118bb699f12
[ai-vue.git]
/
babel.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset',
["@babel/preset-env", { "modules": false }]
],
plugins: [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}