I have a module that references a file using the '@folder/file' notation, but the module require script fails to compile saying that file is a missing dependency. Is there a way to fix it in the magic module loader, or change my dependency notation inside the module to require the file in a different way?
Thanks!