Visual Studio Code auto compiling every EXACT minute in React project

457 Views Asked by At

For some reason, my VScode keeps auto-compiling every 60 seconds on my React project (generated by create-react-app). I tried disabling all extensions but even then the issue persists. I have validated that files are not saved when this compiling occurs.

I would really appreciate any tips on what could be causing this.

Thanks in advance!

1

There are 1 best solutions below

0
mike_dalfino On

I finally found the issue, in tailwind.config.js I had set the value of content to [../*]. I changed it to ['./public/index.html'] and the issue has stopped (: