Long compile times "hot-reloading'

Hello everyone, I’m using the latest sage version with laravel mix (not sure how relevant that is)

It seems to take a significant amount of time (over 4 seconds) everytime I save a little scss change.

I seem to remember a time where that reloaded almost instantly? (If I remove @import “tailwindcss/utilities”; its back under a second.

Is there a fix i’m missing?

**Edit

I think it might be something to do with the fact that I’m not using Bedrock? As the NODE_ENV variable isn’t set it might be compiling on every refresh?

Thank you!