DEV Community

Discussion on: Migrate Ember services away from pod structure

Collapse
 
bryancrotaz profile image
Bryan

Unfortunately this will break any imports. I'm working on a codemod that does this including fixing imports. Nudge to me to get it published!

Collapse
 
michalbryxi profile image
Michal Bryxí

Awesome. Happy to link to it at the end of the article as a better approach. People should not be forced to build this tooling themselves.

Re imports: Definitely true. In my case I'm just using standard @service and it will look it up fro me. No other exports / ad-hoc imports necessary in my case.