mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
When checking for bundler context invalidation for any referenced files, the native path format is now used to ensure that the watch files can be correctly matched. This is particularly important for Windows due to the differing path segment separator.