I'm getting this error in the dev tools console while running my Svelte & Electron app using the pdf-parse module:
1. Warning: Setting up fake worker.
2. Failed to load resource: net::ERR_FILE_NOT_FOUND bundle.worker.js:1
The first message is from pdf.js
How do I add that file or fix this issue..? :(