Charles Lyding 7229a3d31d fix(@angular-devkit/build-angular): use component style load result caching information for file watching
When using the esbuild-based builders (`application`/`browser-esbuild`) in watch mode including `ng serve`,
component stylesheets that used Sass and imported other stylesheets were previously no properly tracked.
As a result, changes to the imported stylesheets would not invalidate the component and the rebuild would
not contain the updated styles. The files used by the Sass (and Less) stylesheet processing are now correctly
tracked in these cases.
2023-10-23 18:54:18 -04:00
..
2023-08-04 14:49:14 -04:00