windicss / windicss-analysis

🔍 A visual analyzer for Windi CSS
https://analysis-demo.windicss.org
MIT License
129 stars 7 forks source link

Analyzer doesn't work with Nuxtv3 #32

Open NarHakobyan opened 1 year ago

NarHakobyan commented 1 year ago

Created empty Nuxt project with npx nuxi and added windicss

Rendering works fine, styles are visible in the page, but analyzer doesn't work

import { defineConfig } from '@windicss/plugin-utils';

export default defineConfig({
  /**
   * Write windi classes in html attributes.
   * @see https://windicss.org/features/attributify.html
   */
  attributify: true,
  darkMode: 'class',
  extract: {
    include: ['*/**/*.{vue,html,jsx,tsx}'],
  },
})

image

manniL commented 1 year ago

Works fine with the module though.