diff --git a/windi.config.ts b/windi.config.ts index ae36d3f..b87e889 100644 --- a/windi.config.ts +++ b/windi.config.ts @@ -9,9 +9,8 @@ export default defineConfig({ extract: { include: [ "./**/*.{vue,html,jsx,tsx}", - // Uncommect this next line to directly extract classes from - // the local shared components module when developing - "../gc-shared-components/**/*.{vue,html,jsx,tsx}", + // Workaround to get Windi to extract classes from gc-shared-components + "node_modules/gc-shared-components/**/*.{vue,html,jsx,tsx}", ], }, });