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 this issue, when building my react-router project using Vite, which consistently makes the build step hang because of the amount of files being watched.
Downgrading to 2.1.1 solves the issue, but for 2.1.2 and beyond, the problem is there:
Video.mp4
Only the built files were logged in 2.1.1, after upgrading to 2.1.2, changes are triggered even for my python virtual environment. Using --watch-exclude doesn't work in non TS files as well:
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.2
I'm having this issue, when building my react-router project using Vite, which consistently makes the build step hang because of the amount of files being watched.
Downgrading to 2.1.1 solves the issue, but for 2.1.2 and beyond, the problem is there:
Video.mp4
Only the built files were logged in 2.1.1, after upgrading to 2.1.2, changes are triggered even for my python virtual environment. Using
--watch-exclude
doesn't work in non TS files as well:The text was updated successfully, but these errors were encountered: