Good afternoon,
I am currently using electron-react-boilerplate, to create a downloadable music-player application. I imported the .mp3 files to my application via drag and drop. And I am currently recieving this error:
Failed to compile.
Module parse failed: Unexpected character '' (1:0)
src/components/music/house1.mp3
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
(Image of File Directory)
(Image of Components/Music Folder)
Any idea on how to import audio in my application? How did I do it incorrectly?
(P.s english is my second language, if you need any clarification please let me know)
Best, -Zpo