Skip to content

支持kbone混合开发 #223

@yzend

Description

@yzend

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions