Skip to content

Why do some Next.js sites ship a manifest including all routes while others don't? #14779

Answered by timneutkens
justincy asked this question in Help
Discussion options

You must be logged in to vote

Perhaps the manifest was moved in recent versions and some apps are still using an older version.

It was added as part of https://nextjs.org/blog/next-9-2#improved-code-splitting-strategy given that we need to know what bundles are needed for a route. This has no effect on performance and in general I wouldn't worry about figuring out the routes in that way as there's multiple ways you could figure out that those admin routes exist.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stevemarksd
Comment options

@13luck
Comment options

Answer selected by justincy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants