mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
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.