-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Path resolution improvements #2
Comments
Using substack's node-resolve package. Probably need some settings to pass through (extensions, paths, etc.). |
Need a root path, a la webpack's Extra credit: allow specification of a Node-compatible JS/JSON file with a path (i.e. './webpack.config.js:resolve.root'). May want to spec out some environment-based defaults (webpack, browserify, requirejs, explicitly check for node, etc.) |
closing as completed as initially spec'd, opening new issue for root path settings. |
index.js
if path is a directory (andnode
is specified as an environment?)The text was updated successfully, but these errors were encountered: