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): use valid CSS comment for sourcem…
…aps with Sass in esbuild builder CSS does not support the single line JS comment (`//`) but rather only the multi-line comment (`/* */`). When generating the sourcemap URL comment with the modern Sass API, the multi-line comment syntax will now be used. This removes the esbuild warnings per Sass file that would have otherwise been generated when stylesheet sourcemaps are enabled for the build.
- Loading branch information