Skip to content

Analyzer doesn't work with Nuxtv3 #32

Open
@NarHakobyan

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions