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