Charles Lyding 834925d0fd refactor(@angular/build): only ignore watching node modules when watching root
The application builder performs fine-grained file watching now which removes
the need to watch the project root by default as it did in early implementations.
As a result, the need to ignore the `node_modules` directory is not longer necessary
by default and is only needed when the `NG_BUILD_WATCH_ROOT` environment variable
is enabled.
2024-10-08 07:49:02 -04:00
..