app-module-path-node
app-module-path-node copied to clipboard
Simple module to add additional directories to the Node module search for top-level app modules
Hi all Checking this library out - trying to figure out how it works - it looks like it doesn't use NODE_PATH (that wouldn't really be possible given the nature...
I am using webpack to transpile my build. Seems to me app-module-path doesn't work when using webpack for builds?
I really like this module, but there is something I would like to know. Within the root of my project, i have `app`, `config`, `cache` and more such folders. Now,...