vue pdfjs-dist Module parse failed: Unexpected token (2267:39)


使用 pdfjs-dist 報錯

Module parse failed: Unexpected token (2267:39)
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
|
| async getXfa() {
> return this._transport._htmlForXfa?.children[this._pageIndex] || null;
| }

更換版本為2.0.943即可

運行 npm i pdfjs-dist@2.0.943 

package.json

"dependencies": {
...
"pdfjs-dist": "^2.0.943",
...
},


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM