ilearnio / module-alias

Register aliases of directories and custom module paths in Node
MIT License
1.76k stars 69 forks source link

Bad Documentation #15

Open bradennapier opened 7 years ago

bradennapier commented 7 years ago

You claim thatusing module directories is "exactly like node_modules" - this is, as far as i can tell, false. It only checks the directory of the package.json whereas node_modules resolves recursively backwards.

May be good to add a note that absolute directories are required