Skip to content

Commit

Permalink
Workaround to get Windi to extract classes from gc-shared-components
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Sep 16, 2024
1 parent 8dd3f4d commit e4467ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions windi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
],
},
});

0 comments on commit e4467ed

Please sign in to comment.