Hi, I have an error "failed to compiled" after import audio in next js project.
Below is how i have implemented for that audio.
import correntAnswerAudio from '../../../static/sound/question/correct-answer.mp3';
Then I got error like this.
./static/sound/question/correct-answer.mp3 1:0
Module parse failed: Unexpected character '�' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
That why I think maybe have some loader for this kind of audio.
Thanks for help..
Please follow the issue template and post your question on https://spectrum.chat/next-js Thanks 🙏