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
fix: exclude node_modules/.vite-temp from cache input tracking
Add negative input glob `!node_modules/.vite-temp/**` to Pack and Build
subcommands to exclude Vite's transient config files from fspy tracking.
Bump vite-task to 8c3cc35e which merges synthetic task input config in
the inherited cache path.
Closes#1095
0 commit comments