You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: