If I use JIT the mix watcher goes crazy #587
-
JIT works, but then, mix starts to compile and recompile obsessively when doing npm run watch, and not waiting on save. Normal mode works okey. Is there something wrong in the config? I wasn't able to find the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Are you using the plain starter site or one of the templates? Can you share the npm script you're running, your |
Beta Was this translation helpful? Give feedback.
-
I recently encountered this issue and had to add
|
Beta Was this translation helpful? Give feedback.
I recently encountered this issue and had to add
TAILWIND_MODE=watch
to my watch script:"watch": "TAILWIND_MODE=watch mix watch"