Hi @jarradseers,
What do you think about loading cwd option from all the items? To me, it seems more intuitive.
load('models', {cwd: 'app'})
.then('controllers', {cwd: 'app'})
.then('routes', {cwd: 'config'})
.into(app)
Do you think it makes sense?
Today load() sets the cwd param to all modules.
Hi @jarradseers,
What do you think about loading cwd option from all the items? To me, it seems more intuitive.
Do you think it makes sense?
Today
load()sets the cwd param to all modules.