mac cli上传 读取npm包问题

发布于 8 年前作者 yanxue11642 次浏览最后编辑 8 年前来自 ask
  • 当前 Bug 的表现(可附上截图)

  • 预期表现

  • 复现路径

  • 提供一个最简复现 Demo

root

    dist

        wx

            miniprogram_npm

                @xhs

                    wx-watermark

page

    index

        index.json

 ```   

    {

      “enablePullDownRefresh”: true,

      “onReachBottomDistance”: 10,

      “usingComponents”: {

        “watermark”: “@xhs/wx-watermark”

      }

    }

```

cli --upload 1.1.3@root

上传后无法读取 @xhs/wx-watermark模块

通过ide上传正常

0 回复
暂无回复