Linwei Shen

Results 3 comments of Linwei Shen

临时解决方案, 手动指定 @Tansan-CC ``` javascript export default defineConfig({ // ... build: { rollupOptions: { external: [ "pdfjs-dist/build/pdf.js", ], plugins: [ externalGlobals({ "pdfjs-dist/build/pdf.js", }), ], }, }, )} ```

is there any update on this issue?

@FyiurAmron Thanks for the update! I'll take a look at this issue and see if I can contribute or help brainstorm some solutions. Enjoy your vacation!