P5.sound.min.js -> could not load content for p5.sound.min.js.map

Hi everyone, I’ve just updated p5js libraries of a sketch with the latest versions of p5.min.js and p5.sound.min.js files I’ve found on: https://p5js.org/download/.

As I didn’t had updated those files for more than 3 years, I’ve prayed for everything to work fine after updating. What is apparently the case. Except that I’ve got an error notification into Chrome DevTools saying;

DevTools failed to load source map: Could not load content for http://localhost/saveJulie/libraries/**p5.sound.min.js.map**: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

It sounds like the p5.sound.min.js has got a dependency on another file, what should not be the case in a released (and not devlopment) version, countaining all the necessary code into a single file (p5.sound.js and p5.sound.min.js).

I don’t know if this error noitifcatioh could cause unattended errors on other parts of the project I’m developping.

Any idea of how to get rid off this notification and to correct?

Thanks a lot!

Laurent

PS: another thread about this problem can be found on Github
https://github.com/processing/p5.js-sound/issues/430