Components as the first item in the Pods folder

Check out this older post - explains how to insert a module resolver ahead of what ember does on its own. Log the type of the parsedName parameter out to the console and you’ll see the nature of what you need to do.

Also, for es6, import Resolver from ‘ember-resolver’ and subclass, overriding the same methods as in the post.