Open jonmh85 opened 3 years ago
I can see that if I change the static asset location to src rather than dist it does detect the tailwind jit changes and pushes to browser. Maybe css needs to be processed differently for dev and build.
@jonmh85 Did you find a solution?
Does this setup work with tailwinds JIT mode?
I have tried adding the mode to the tailwind config and also tried adding
TAILWIND_MODE=watch
to the dev env file but neither seem to work. when JIT is enabled tailwind class changes are only visible in the browser if i restart the dev server.