We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1725b91 commit f009a88Copy full SHA for f009a88
packages/angular_devkit/build_angular/src/utils/environment-options.ts
@@ -100,6 +100,5 @@ export const useLegacySass: boolean = (() => {
100
const debugPerfVariable = process.env['NG_BUILD_DEBUG_PERF'];
101
export const debugPerformance = isPresent(debugPerfVariable) && isEnabled(debugPerfVariable);
102
103
-// Default to true on Windows to workaround Visual Studio atomic file saving watch issues
104
const watchRootVariable = process.env['NG_BUILD_WATCH_ROOT'];
105
export const shouldWatchRoot = isPresent(watchRootVariable) && isEnabled(watchRootVariable);
0 commit comments