I've included the @ember/optional-features in the addon's package.json. And I've tried creating a config/optional-features.json in the root directory of addon. Still no dice.
Edit:
I realized I haven't explained it in detail. I have a few template only components (or partials) that I am trying to use in the in of the addon templates. I couldn't find any documentation to include template only components into the application. I keep running into <component-name> is not a helper.
I suspect that the component files aren't being included in the application. I've read this issue and it's still not clear how to include a template that is not backed by a js file.
2nd Edit:
This is what my package.json looks like:
I've included the
@ember/optional-features
in the addon's package.json. And I've tried creating aconfig/optional-features.json
in the root directory of addon. Still no dice.Edit: I realized I haven't explained it in detail. I have a few template only components (or partials) that I am trying to use in the in of the addon templates. I couldn't find any documentation to include template only components into the application. I keep running into
<component-name>
is not a helper.I suspect that the component files aren't being included in the application. I've read this issue and it's still not clear how to include a template that is not backed by a
js
file.2nd Edit: This is what my package.json looks like: