In 7.x, the specified path(s) functioned as additional module directories.
I used this to follow the "huge apps" example in using nested shared/ directories, that were resolved as module directories.
Was there a specific reason for its removal? It's not a feature I've made heavy use of, but it seems like an odd removal. Is the idea that this feature is superseded by the custom resolve argument?
In 7.x, the specified
path(s) functioned as additional module directories.I used this to follow the "huge apps" example in using nested
shared/directories, that were resolved as module directories.Was there a specific reason for its removal? It's not a feature I've made heavy use of, but it seems like an odd removal. Is the idea that this feature is superseded by the custom
resolveargument?