mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
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.