[nuxt] Cannot extract styles for ./VImg.css. Its styles will not be inlined when server-rendering.
Hello. I am currently implementing SSR. I have set inlineStyles to the default true, but the following warnings appear, and the styles are not inlined, causing rendering to be blocked during the initial render. It seems that these warnings are mainly related to Vuetify. I would like to prevent rendering from being blocked. Is it possible to inline these styles?
frontend-1 | WARN [plugin:ssr-styles] [plugin ssr-styles] node_modules/nuxt/dist/app/entry.js: [nuxt] Cannot extract styles for virtual:plugin-vuetify:components/VGrid/VGrid.sass. Its styles will not be inlined when server-rendering.
frontend-1 | WARN [plugin:ssr-styles] [plugin ssr-styles] node_modules/vuetify/lib/components/VImg/VImg.mjs: [nuxt] Cannot extract styles for ./VImg.css. Its styles will not be inlined when server-rendering.
0 Replies