CSS files in manifest marked as prefetch & preload, but Nuxt doesn't output it
We're running into issues (I can repro this on a clean project btw, see GH issue: https://github.com/nuxt/nuxt/issues/27053), where all CSS files are rendered without prefetching/preloading, even though they're set to true in the manifest.
Are other people running into this problem as well?
It seems like a real Nuxt/nitro bug, unless I'm overlooking something?
GitHub
Issues · nuxt/nuxt
The Intuitive Vue Framework. Contribute to nuxt/nuxt development by creating an account on GitHub.
2 Replies
This is what ends up happening:
So it adds it inline, and it adds it as a link, yet the link doesn't have any prefetch/preload flags set, so It looks like Nitro(?) ignores those parts in the manifest?