mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
When using the esbuild-based application builder, some plugins may return watch file lists that contain POSIX paths on Windows systems. This can cause the file watcher to not correctly invalidate files that need to be processed during a rebuild. All watch files are now normalized prior to being added to the in-memory cache to avoid this problem.