-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Is your feature request related to a problem? Please describe.
目前项目用的是kbone和原始小程序的混合开发,目前编译会提示报错找不到 miniprogram-element 这个原生组件
Describe the solution you'd like
对于部分组件引用路径可以不进行编译
例如
usingComponents: { "buttonCom": "/kboneComponents/components/buttonCom/index" }
不进行kboneComponents 下的编译
Describe alternatives you've considered
目前是将kbone的文件夹提取到 src同层,然后使用copy的方式进行载入
会简单出现一个编译报错
未找到文件: /kboneComponents/components/buttonCom/index
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
No labels