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
Currently when reusing modules composed of multiples files in different projects, the require within the modules break since the require paths assume that the module is the root directory, which isn't the case when they are being used in another project.
Being able to relatively require other files would make modularity with luau files much easier.
The text was updated successfully, but these errors were encountered:
Currently when reusing modules composed of multiples files in different projects, the require within the modules break since the require paths assume that the module is the root directory, which isn't the case when they are being used in another project.
Being able to relatively require other files would make modularity with luau files much easier.
The text was updated successfully, but these errors were encountered: