Skip to content

Commit 9f6ab1a

Browse files
committed
add todo for follow up PR
1 parent 6a3159e commit 9f6ab1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@tailwindcss-vite/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ class Root {
396396
return []
397397
}
398398

399+
// TODO: In a follow up PR we want this filter this against the module graph.
400+
this.includeCandidatesFromModuleGraph = false
401+
399402
// Use the specified root
400403
return [this.compiler.root]
401404
})().concat(this.compiler.globs)

0 commit comments

Comments
 (0)