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 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 theforEachwill exit on the first hit.