代码之家  ›  专栏  ›  技术社区  ›  Yevhenii Bahmutskyi

使用grunt uglify时jspdf出错

  •  0
  • Yevhenii Bahmutskyi  · 技术社区  · 7 年前

    grunt serve ,一切都很好。但是如果我用 grunt build ,使用uglify,缩小版本有以下错误:

    jsPDF PubSub Error Cannot read property 'annotations' of undefined TypeError: Cannot read property 'annotations' of undefined
    jsPDF PubSub Error Cannot set property 'pdf' of undefined TypeError: Cannot set property 'pdf' of undefined
    

    “grunt contrib uglify”:“0.11.1”

    GitHub issue ,但这没有帮助。

    1 回复  |  直到 7 年前
        1
  •  1
  •   Yevhenii Bahmutskyi    7 年前

    我更新了 grunt-contrib-uglify grunt-usemin 它为我解决了这个问题。