Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-im
提交
ad25a9a4
H
hello uni-im
项目概览
DCloud
/
hello uni-im
通知
2543
Star
37
Fork
16
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
4
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-im
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
4
Issue
4
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ad25a9a4
编写于
5月 08, 2024
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Create vite.config.js
上级
38e09c59
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
36 addition
and
0 deletion
+36
-0
vite.config.js
vite.config.js
+36
-0
未找到文件。
vite.config.js
0 → 100644
浏览文件 @
ad25a9a4
import
{
defineConfig
}
from
'
vite
'
;
import
uni
from
'
@dcloudio/vite-plugin-uni
'
;
import
cementingPlugin
from
'
./rollup-plugin-uniapp-cementing.js
'
export
default
defineConfig
({
plugins
:
[
cementingPlugin
({
// 需要静态化的页面路径(支持通配符*)
include
:
[
'
**/uni-im-conversation.vue
'
,
'
./uni_modules/uni-im/components/uni-im-msg/uni-im-msg.vue
'
,
'
./uni_modules/uni-im/pages/chat/info.nvue
'
],
components
:
{
// 声明组件,格式 {"$组件名":{"$cementing":"$组件路径"}}
MsgByType
:
{
msgUserCard
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/userinfo-card.vue
'
,
msgVideo
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/video.vue
'
,
msgFile
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/file.vue
'
,
msgHistory
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/history.vue
'
,
msgRichText
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/rich-text.vue
'
,
msgCode
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/code.vue
'
,
msgText
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/text.vue
'
,
msgSound
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/sound.vue
'
,
msgImage
:
'
@/uni_modules/uni-im/components/uni-im-msg/types/image.vue
'
,
},
MsgExtra
:
{
UniImMsgReader
:
'
@/uni_modules/uni-im-msg-reader/components/uni-im-msg-reader/uni-im-msg-reader.vue
'
,
}
},
debug
:
true
}),
uni
(),
],
build
:{
target
:
'
es2015
'
},
});
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录