Charles Lyding 99104cd9e5 perf(@angular-devkit/build-angular): avoid transforming empty component stylesheets
A stylesheet for a component that is empty or contains only whitespace will
no longer be transformed and bundled during a build. Transforming the stylesheet
was unnecessary work as an empty string would be returned as a result. While
this may not be common in applications, it is a possibility. Both file and
inline component stylesheets are affected by this change.
2024-03-15 09:19:42 +01:00
..
2024-03-05 15:59:07 +01:00