Tailwind errors don't cause postcss-loader to throw #18414
Replies: 1 comment 1 reply
-
I think this could be related to #18370. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Tailwind's PostCSS plugin with postcss-loader. Everything is configured correctly, but when Tailwind errors, it prints the error to console but does not actually throw an error, causing Webpack/Rspack to succeed. This makes for a very janky and error prone development experience. Is there something I need to configure to cause the errors to properly bubble?
Beta Was this translation helpful? Give feedback.
All reactions