mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
#### What type of PR is this? /area ui /kind improvement /milestone 2.16.x #### What this PR does / why we need it: 升级 Vite 至 5.x。 #### Does this PR introduce a user-facing change? ```release-note 升级 UI 部分的 Vite 版本至 5.x。 ```
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
"postcss-viewport-height-correction": {},
|
|
},
|
|
};
|