Skip to content
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

Added config type to module unification config #239

Merged
merged 1 commit into from
Jun 9, 2018

Conversation

chrism
Copy link
Contributor

@chrism chrism commented Jun 9, 2018

Yesterday I raised ember-fastboot/ember-cli-fastboot#596, where a combination of using ember-cli-fastboot with module unification caused this error when running the server.

Error: Assertion Failed: 'config' is not a recognized type

@rwjblue suggested creating this PR to solve the issues of a missing type.

The changes I've made certainly solves the issue I had and my module unification example app with fastboot now renders.

Having said that I have no idea if my idea to create a type and definitiveCollection and then make that unresolvable (copied from utils approach) is the correct solution with no unintended side-effects.

@rwjblue rwjblue merged commit 8db66e6 into ember-cli:master Jun 9, 2018
@rwjblue
Copy link
Member

rwjblue commented Jun 9, 2018

Thank you!!

@rwjblue
Copy link
Member

rwjblue commented Jun 13, 2018

ember-resolver 4.5.6 published 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants