stable

Clone or download

Read-only

CSS builds with Vite goes through PostCSS Autoprefixer plugin

No functional changes, the goal of this contribution is to setup Vite in a way that is similar to our Webpack configurations. PostCSS and Autoprefixer has been updated to have matching types with Vite internals. autoprefixer: 10.3.5 -> 10.4.0 postcss: 8.3.7 -> 8.4.5 https://github.com/postcss/autoprefixer/blob/10.4.0/CHANGELOG.md https://github.com/postcss/postcss/blob/8.4.5/CHANGELOG.md Part of request #23465 Publish a project sidebar custom element Change-Id: I10b1e278b554a415cf8ff444003bf41ee00e1129

Modified Files

Name
M package.json +2 −2 Go to diff View file
M pnpm-lock.yaml +79 −103 Go to diff View file
M tools/utils/scripts/vite-configurator.ts +11 −3 Go to diff View file