-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
First of all, thanks for this great project, I've been waiting for this since ages!
I don't know if I'm reporting this in the correct place, but my problem is this: if in my component I @apply
a class that does not exist, I get an error such as:
ERROR in ./css/app.css
Module build failed: ModuleBuildError: Module build failed: Syntax Error
(3:3) No .foo class found.
and my webpack watch breaks, and does not pick up further changes until I stop and restart webpack.
I think it's because of Tailwind's implementation of @apply
, which completely break the webpack watcher until the error is fixed and webpack restarted.
Any easy workaround for the time being? It's a bit frustrating to stop and restart webpack everytime I add a typo in my components.
How can I help?
Metadata
Metadata
Assignees
Labels
No labels