Charles Lyding 145a8e7c66 refactor(@angular-devkit/build-angular): use built-in CSS vendor prefixing in esbuild
As of esbuild v0.18.9, vendor prefixing of CSS is now supported. The esbuild target option
is generated from a project's browserslist and the vendor prefixing will reflect the configured
browsers for a project. This improvement allows for the removal of the postcss autoprefixer
plugin from the build pipeline. This can provide a performance benefit for projects especially
when project stylesheets contain nothing that would require prefixing since postcss processing can
potentially be skipped completely.
2023-06-27 17:57:09 +02:00
..
2023-02-16 14:59:40 +00:00