mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove useless console.log in @tailwind/vite package (#16307)
This commit is contained in:
parent
83fdf373aa
commit
25b42789b0
@ -318,7 +318,6 @@ function isPotentialCssRootFile(id: string) {
|
||||
// Don't intercept special static asset resources
|
||||
!SPECIAL_QUERY_RE.test(id) &&
|
||||
!COMMON_JS_PROXY_RE.test(id)
|
||||
if (isCssFile) console.log(id)
|
||||
return isCssFile
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user