Netlify is having an issue with ‘Module not found: Error: Can’t resolve’ when locating a PDF I have saved within my React App src folder. The PDF is able to be reached when my site is accessed locally, but has issues during the Netlify build. How can I properly direct Netlify to this file?
before we dig in on how to make this work, can you tell us a little bit more about what you are trying to accomplish? is there a reason why you are trying to access the PDF as a module and not as a file?