chore: 升级vitev5 版本,规定node版本>=18.0.0pnpm版本>=8.6.10 (#738)

This commit is contained in:
xiaoming
2023-11-10 13:16:05 +08:00
committed by GitHub
parent 6e195c8b5c
commit 10e68d681f
18 changed files with 2250 additions and 2298 deletions

View File

@@ -1,9 +0,0 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {})
}
};