mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
perf(nuxt): remove ssrContext.styles
reference (from unused vue-style-loader
)
This commit is contained in:
parent
d66d68cd7d
commit
2d1ab61b2e
@ -467,7 +467,7 @@ export default defineRenderHandler(async (event): Promise<Partial<RenderResponse
|
|||||||
const htmlContext: NuxtRenderHTMLContext = {
|
const htmlContext: NuxtRenderHTMLContext = {
|
||||||
island: isRenderingIsland,
|
island: isRenderingIsland,
|
||||||
htmlAttrs: htmlAttrs ? [htmlAttrs] : [],
|
htmlAttrs: htmlAttrs ? [htmlAttrs] : [],
|
||||||
head: normalizeChunks([headTags, ssrContext.styles]),
|
head: normalizeChunks([headTags]),
|
||||||
bodyAttrs: bodyAttrs ? [bodyAttrs] : [],
|
bodyAttrs: bodyAttrs ? [bodyAttrs] : [],
|
||||||
bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]),
|
bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]),
|
||||||
body: [
|
body: [
|
||||||
|
Loading…
Reference in New Issue
Block a user