Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Does not support import root alias only #117

Open
Ben0189 opened this issue Dec 18, 2024 · 1 comment
Open

🐛 Does not support import root alias only #117

Ben0189 opened this issue Dec 18, 2024 · 1 comment

Comments

@Ben0189
Copy link

Ben0189 commented Dec 18, 2024

image
Figure: Not supported alias

Reason: From what i debugged by duplicate the code to my project, i had found the recursive function trying to include all folder from the root folder which suspose to not be import e.g. .next , node_module, cache (when the recursive function hit the root alias)

image
Figure: The recursive function trying to resolve every file and folder from root

@Ben0189
Copy link
Author

Ben0189 commented Dec 18, 2024

My potential solution for this is to escape those folder in the recursive function

File i had excluded : node_modules, .next, .git, dist, .DS_Store,*.log,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant