美文网首页
小程序,引入npm包后构建包,构建完成报错

小程序,引入npm包后构建包,构建完成报错

作者: 皇甫圣坤 | 来源:发表于2019-10-11 15:35 被阅读0次
    1. npm init 2. npm install xxx 3.工具=> 构建npm
    image.png
    image.png

    解决:

    全局搜索 componentGenerics

    image.png
    //index.json
    {
        "component": true,
        "usingComponents": {},
        "componentGenerics": {
          "l-water-flow-item": "true"
        }
      }
    

    相关文章

      网友评论

          本文标题:小程序,引入npm包后构建包,构建完成报错

          本文链接:https://www.haomeiwen.com/subject/hitwyctx.html