Replies: 2 comments 1 reply
-
It is especially important since tailwind seems to search through the whole project's file tree by default, which extremely slows it down. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I came across this while looking for something else, does this not work or am I misunderstanding? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v3 I could do this in the config.js file:
In v4 I need to do:
But it seems there is no support for ignoring certain files or paths like there was in v3. How would I exclude
somefolder
now?[EDIT]
Opened an issue for this: #15943
Beta Was this translation helpful? Give feedback.
All reactions