Closed 3tarazona closed 7 years ago
I don't see why not. May I ask what the use case of your addon is?
A collection of applications developed using ember 2.5 which haven't been migrated, and this addon is going to be used as another addon dependency.
Closed by PR #70
Hi, when this addon is a dependency of another addon, the consumer ember application will fail on initialization because the
app
object doesn't exists; throwing a message like this oneapp.import is not a function
This is a common problem. May I submit a PR to resole this issue?