tinajs/mina-webpack

外部 component 引用 component 问题

ambar opened this issue · 0 comments

ambar commented
// 假设这个 npm 上的某个 tab.mina
{
  // 本身是个 component
  "component": true,
  "usingComponents": {
    // 引用其他 npm 包
    "logo": "~logo.mina",
    // 相对引用
    "tab-item": "tab-item.mina"
  }
}

现在的规则没处理这种情况,会解析到 src context 之外。