Linking js files in normal browser does not work anymore
b1tw0rker opened this issue · 2 comments
b1tw0rker commented
While old version jspdf 1.3.2 running pretty well, in a normal browser the new stuff 2.5.x with this es node umd stuff does not work in a n normal browser linking as done the laste 20 years
Working: <script src="/virtualx/assets/lib/jspdf/jspdf.min.js"></script> jspdf 1.3.2
NOT Working: <script src="/virtualx/assets/lib/jspdf/jspdf.umd.min.js"></script> 2.5.2
NIce straight forward development to be usless....
ptbarnum4 commented
@b1tw0rker the CDN for 2.5.2 is missing (take a look at the 404 here) and the links are missing at cdnjs.
I would suggest just shifting back to 2.5.1
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>