If the Web IDE's library search path includes the folder then I'd have thought it should be able to find it just fine?
It might be worth checking the debug console on your web browser - maybe the web server created by npm run start doesn't have the CORS headers set so the IDE can't access it
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If the Web IDE's library search path includes the folder then I'd have thought it should be able to find it just fine?
It might be worth checking the debug console on your web browser - maybe the web server created by
npm run start
doesn't have the CORS headers set so the IDE can't access it