Skip to content

Commit

Permalink
refactor(@angular-devkit/build-angular): remove no longer applicable …
Browse files Browse the repository at this point in the history
…comment

This comment is no longer correct.

(cherry picked from commit 36d9f19)
  • Loading branch information
alan-agius4 committed Nov 23, 2023
1 parent bbbe13d commit 7350c98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,5 @@ export const useLegacySass: boolean = (() => {
const debugPerfVariable = process.env['NG_BUILD_DEBUG_PERF'];
export const debugPerformance = isPresent(debugPerfVariable) && isEnabled(debugPerfVariable);

// Default to true on Windows to workaround Visual Studio atomic file saving watch issues
const watchRootVariable = process.env['NG_BUILD_WATCH_ROOT'];
export const shouldWatchRoot = isPresent(watchRootVariable) && isEnabled(watchRootVariable);

0 comments on commit 7350c98

Please sign in to comment.