Closed
Description
What version of Tailwind CSS are you using?
3.4.3 & next
Describe your issue
I'm working on a library that executes commands, prints errors on red when there is a stderr, and omits the stdout in case is not used the flag --verbose
. TailwindCSS is using stderr to log the messages "Rebuilding...
" and "Done in [x]ms
", so it is causing a miss communication.
In the version 3.4.3:
Looks like this line is the Rebuilding...
:
tailwindcss/src/cli/build/plugin.js
Line 278 in f1f419a
Looks like this line is the Done in
:
tailwindcss/src/cli/build/plugin.js
Line 364 in f1f419a
In both cases there is a previous console.error()
too.
In the next version:
Case 1:
Case 2:
Metadata
Metadata
Assignees
Labels
No labels