You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a bit of an issue with watch mode in my dev build.
The process starts up fine and also builds correctly, it will also rebuild on the next file save. However any further file saves do not trigger the rebuild. I'm a bit perplexed by this.
For additional context the files in question are outside of my rspack/frontend project, almost like a monorepo type setup. The rspack project is purely to build assets for a larger Django App and because I use tailwind I need to check for file changes on HTML templates when adding/removing Tailwind utility classes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having a bit of an issue with watch mode in my dev build.
The process starts up fine and also builds correctly, it will also rebuild on the next file save. However any further file saves do not trigger the rebuild. I'm a bit perplexed by this.
For additional context the files in question are outside of my rspack/frontend project, almost like a monorepo type setup. The rspack project is purely to build assets for a larger Django App and because I use tailwind I need to check for file changes on HTML templates when adding/removing Tailwind utility classes.
Beta Was this translation helpful? Give feedback.
All reactions