我有一个AngularJS应用程序,我在其中使用jspdf库。当我使用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,但它没有帮助。
答案 0 :(得分:1)
我更新了grunt-contrib-uglify
和grunt-usemin
,它解决了我的问题。