We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2663222 commit 558de2fCopy full SHA for 558de2f
crates/vite_task_graph/src/config/mod.rs
@@ -397,6 +397,8 @@ pub const DEFAULT_UNTRACKED_ENV: &[&str] = &[
397
"COMPOSE_*",
398
// Playwright specific
399
"PLAYWRIGHT_*",
400
+ // Vite+ internal (not fingerprinted — internal state, not build-affecting)
401
+ "VP_*",
402
// Token patterns
403
"*_TOKEN",
404
];
0 commit comments