-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v1 addons that could be consumed by v2 addons in module-scope to … #553
Conversation
@ef4 I'm unsure of the value of the added test -- it seems this bug is really really hard to reproduce. however I was able to |
febe0a1
to
4e70db0
Compare
Next step here is to remove things from the early boot set when their corresponding real package isn't in the app's package.json dependencies / devDependencies. This comes up in the test suite because our oldest supported ember doesn't support |
…package's package.json
The fun deepens.
|
I disabled the feature entirely for old ember. |
Green, sans ie11 timeout |
…a list that loads them earlier in AMD
Partially resolves: #504