Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
danielroe opened this issue Sep 9, 2022 · 0 comments · Fixed by nuxt/framework#7440
Closed

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

danielroe opened this issue Sep 9, 2022 · 0 comments · Fixed by nuxt/framework#7440

Comments

@danielroe
Copy link
Member

danielroe commented Sep 9, 2022

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')
  }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant