Closed kyrsquir closed 4 years ago
@kyrsquir this warning is not related to your case as long as you don't have nested routes (with <nuxt-child />
, to render 2 routes at the same time: parent and child).
Sadly, I don't see any way to distinguish nested-routes and nested paths (ex. /archive/:id, /archive/:id/:id), so this warning appears in both cases.
I'll probably remove it to avoid confusion, thank you for writing to me about your concern.
I'm not using <nuxt-child/>
, just the nested paths. So I shouldn't worry about this at all, great. Feel free to close the issue unless you want to keep it until you remove the warning.
I'm getting lots of
Payload-extractor had to duplicate some nested routes data in extracted payload
warnings when using nuxt-generate-cluster'snuxt-generate
.With Nuxt's built-in
nuxt generate
I get no such messages at all. EDIT: Sometimes I do. Couldn't figure out the rule yet.Could you please elaborate a bit on this message and its impact on build time and size? Also let me know if there is something to optimise on my end.
nuxt.config.js: