web-学习

This commit is contained in:
2025-10-24 18:28:35 +08:00
parent 8968409b2d
commit bc84bd82cc
16 changed files with 1090 additions and 239 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
build: {
outDir: 'dist',
assetsDir: 'static',
sourcemap: false,
sourcemap: true, // 开启 source map 用于调试
chunkSizeWarningLimit: 1500,
rollupOptions: {
output: {