Charles Lyding 84d2d8b378 fix(@angular-devkit/build-angular): use relative css resource paths in esbuild JSON stats
When using the experimental esbuild-based browser application builder with the `--stats-json`
option, all referenced CSS resources will now use paths relative to the workspace root within
the output JSON file. Previously, the resource paths within the stats JSON file were absolute
and were inconsistent with the other JavaScript and CSS paths within the file. CSS resources
include files that have been referenced in a bundled stylesheet `url()` such as images or fonts.
2023-01-09 15:56:31 +00:00
..