1
0
mirror of synced 2026-03-23 11:18:36 +08:00

build: 不生成sourcemap

This commit is contained in:
roymondchen
2024-01-12 16:40:24 +08:00
parent e4af8cadb0
commit 2679969cb6
12 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ export default defineConfig({
build: {
cssCodeSplit: false,
sourcemap: true,
sourcemap: false,
minify: false,
target: 'esnext',