Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): always normalize AOT file referen…
…ce tracker paths The path comparisons for the TypeScript and AOT file reference tracking now use the native path normalization functions. This avoids issues where the TypeScript paths which use POSIX separators may not correct match system paths. The file reference tracking is used to trigger updates to both web workers as well as component stylesheets that have preprocessor (Sass/Less/etc.) dependencies. (cherry picked from commit 1d82a7c)
- Loading branch information