Goszczu

Results 1 comments of Goszczu

For anyone trying to enable it in Next.js with webpack5 Tell webpack to treat pdf.worker.js as an asset ```js ... webpack(config) { config.module.rules.push({ test: /pdfjs-dist\/build\/pdf\.worker\.js$/, type: "asset/resource", generator: { filename:...