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
,但这没有帮助。