-- 测试发版

This commit is contained in:
yuping
2023-01-11 10:57:04 +08:00
parent 9fad4de01f
commit 4db7257b57
4 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ const path = require('path')
export default defineConfig(({ command, mode }) =>
({
base: loadEnv(mode, process.cwd()).VITE_BASE,
build:{
outDir: loadEnv(mode, process.cwd()).VITE_OUTPUT_DIR,
},
plugins: [
vue(),
// legacy({