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

Avoid to append ./ automatically #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Avoid to append ./ automatically #32

wants to merge 1 commit into from

Conversation

0cv
Copy link

@0cv 0cv commented Oct 10, 2016

Currently, due to ./ being appended automatically to any file, it's not possible to resolve node_modules for example.

Will solve #31

Could break other projects which are not appending ./ for resolving local files.

Currently, due to `./` being appended automatically to any file, it's not possible to resolve node_modules for example.
@TheLarkInn
Copy link
Owner

See #31 (comment)

This needs to be approached in a creative manner that still stands true to the intentional design of the loader.

@0cv
Copy link
Author

0cv commented Oct 14, 2016

eventually it should check whether the file exists in the current path, and if not resolve the node_modules... But it's error prone if 2 files / modules come with the same name.

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

Successfully merging this pull request may close these issues.

2 participants