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

add note on route splitting with pods in readme #930

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

mydea
Copy link
Contributor

@mydea mydea commented Aug 23, 2021

After spending some time trying to figure out why route splitting did not work, I finally found out that it was because I am using pod layout for my routes, but had no podModulePrefix defined - which does work normally as far as I can tell, but Embroider has some code checking for podModulePrefix !== undefined which is not triggered in this case.

I figured it might make sense to add this to the readme of @embroider/router, as others might also run into this issue!

@ef4 ef4 merged commit e717ed9 into embroider-build:master Oct 11, 2021
@ef4
Copy link
Contributor

ef4 commented Oct 11, 2021

Thanks

@mydea mydea deleted the fn/pods-route-splitting-docs branch October 12, 2021 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants