Skip to content

virtual css modules not working with inlineSSRStyles (on edge) #14855

@danielroe

Description

@danielroe

Currently if you are using a framework that injects a virtual CSS file it is not working

A temporary workaround is to exclude these files from processing:

import { defineNuxtConfig } from 'nuxt'

export default defineNuxtConfig({
  experimental: {
    inlineSSRStyles: id => !id.includes('windi')
  }
})

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions