当前位置: 首页 > 文档资料 > Rax 中文文档 >

build-plugin-rax-component

优质
小牛编辑
126浏览
2023-12-01

用于构建 rax 组件,会生成编译后的lib文件和构建后的dist文件

使用方法

{
  "plugins": [
    [
      "build-plugin-rax-component", 
      {
        "targets": ["web", "weex", "miniapp"]
      }
    ]
  ]
}

插件配置

写在插件 options 参数位置的配置

targets

  • 类型:array
  • 默认值:无

表示组件会被构建到哪几个平台,目前支持web, weex, miniapp平台。