Skip to content

Commit 36d9f19

Browse files
committed
refactor(@angular-devkit/build-angular): remove no longer applicable comment
This comment is no longer correct.
1 parent 1725b91 commit 36d9f19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular_devkit/build_angular/src/utils/environment-options.ts

-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,5 @@ export const useLegacySass: boolean = (() => {
100100
const debugPerfVariable = process.env['NG_BUILD_DEBUG_PERF'];
101101
export const debugPerformance = isPresent(debugPerfVariable) && isEnabled(debugPerfVariable);
102102

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

0 commit comments

Comments
 (0)