I have created an in-repo addon and then ran the below command to create a component within that in-repo addon. The component was created successfully, however, it seems that the in-repo addon is having trouble importing @ember/component
. I have noticed this with other packages in core ember as well in regards to in-repo addons. They are not able to be found by the loader.
ember generate component record-multi-select-autosave --ir record-selects
I did notice that the package.json for in-repo addons is pretty bare. I was wondering whether additional dependencies needed to be added in order to support loading Ember packages in the in-repo addon’s component or something.