Ignore node_modules
by default
#14088
devjiwonchoi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
When setting the
content
field oftailwind.config.ts
, we often miss out that thenode_modules
can be included:Which could cause the app to handle unnecessary files.
Proposal
Ignore the
node_modules
by default unless explicitly set the path.I am willing to contribute.
Beta Was this translation helpful? Give feedback.
All reactions