1
0
mirror of synced 2026-02-04 18:47:57 +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

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