asdw741111 / jspdf-pro

jspdf+html2canvas实现导出pdf,对超长内容、样式问题等做了自动处理
MIT License
26 stars 4 forks source link

npm安装后编译报错 #12

Open azhu949 opened 3 months ago

azhu949 commented 3 months ago

error in ./node_modules/jspdf-pro/dist/index.js

Module parse failed: Unexpected token (323:99) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | @returns boolean | /

const checkClass = (el, check) => el.classList ? [...el.classList.values()].findIndex((v) => check?.(v)) > -1 : false; | | /**

asdw741111 commented 3 months ago

应该是你配置的webpack不识别ES6的链式可选操作符,可以参考文章https://blog.csdn.net/qq_41538952/article/details/130176889 处理下