1
0
mirror of synced 2025-12-10 19:57:59 +08:00

build: 删除多余构建配置,构建ui

This commit is contained in:
roymondchen
2024-08-09 16:41:45 +08:00
committed by roymondchen
parent 3758cf8e0a
commit b00e7aec13
13 changed files with 55 additions and 98 deletions

View File

@@ -23,7 +23,7 @@ import pkg from './package.json';
export default defineConfig(({ mode }) => ({
build: {
cssCodeSplit: false,
sourcemap: true,
sourcemap: false,
minify: false,
target: 'esnext',
emptyOutDir: false,