An app resolver should override the denali resolver. Currently its the other way around. This means nothing can ever override anything specified in the denalis app directory.
It seems that herethis.resolvers[0] is the denali resolver which is unexpected, because the forEach will exit on the first hit.
An app resolver should override the denali resolver. Currently its the other way around. This means nothing can ever override anything specified in the denalis app directory.
It seems that here
this.resolvers[0]
is the denali resolver which is unexpected, because theforEach
will exit on the first hit.