最終目的是將pdfjs-dist套件再以vue2專案引用並加以改寫並打包給其他vue2, nuxt2專案用,
在引用完pdfjs-dist套件後的打包動作是參考以下網頁的上半段實作專案套件化,
最後在給vue及nuxt引用時,vue專案可以正常引用,nuxt就會報以下錯誤,__webpack_modules__[moduleId] is not a function
,
或是
Module parse failed: Unexpected token (257:106) You may need an appropriate loader to handle this file type
想問問怎麼解決? 看起來像打包的問題?