-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
It seems that some changes in v0.1.4 broke the watch feature (at least for me).
So basically, Laravel Mix, PostCSS (postcss-import, tailwindcss), non-Laravel project
With v0.1.4 and yarn watch:
- Change
component.css-> CSS is not compiled - Change
postcss.css-> CSS is compiled
With v0.1.3 and yarn watch:
- Change
component.css-> CSS is compiled - Change
postcss.css-> CSS is compiled
I made a small demo project with minimal amount of setup.
Hopefully you are able to reproduce this issue.
Other specs/info:
- Windows 10
node -v:v8.9.0yarn -v:1.3.2tailwind.jsunmodified
PS. Haven't tried with npm, but it probably doesn't make any difference (at least, it shouldn't make)
Metadata
Metadata
Assignees
Labels
No labels