When I include this library from a webpack project, ``` javascript import jsPDF from 'jsPDF'; ``` Which imports `jspdf.min.js` I get this error at the following line: ``` javascript var o = t.parseBackgroundSize(e, n.image, r), s = t.parseBackgroundPosition(e, n.image, r, o), a = t.parseBackgroundRepeat(r); ``` I don't see the error here. Can anyone help me figure out why it's happening? btw, I cannot use the `jspdf.debug.js` either because there are a ton of errors in it.