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

Auto including index.js #37

Closed
soubhikchatterjee opened this issue Jul 8, 2019 · 1 comment
Closed

Auto including index.js #37

soubhikchatterjee opened this issue Jul 8, 2019 · 1 comment

Comments

@soubhikchatterjee
Copy link

With node's require, when you specify a path of a folder, if there an index.js file, require automatically picks up the index.js file.

Is that not the case with this module? Do i have to specify index.js explicitly?

@carlrannaberg
Copy link

It uses Node.js require internally so this work as you describe.

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

3 participants