mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
feat: debug
This commit is contained in:
parent
5f801a8d04
commit
f65b2be06f
@ -20,6 +20,7 @@
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"sourceMap": true,
|
||||
"paths": {
|
||||
"@*": [
|
||||
"./src*"
|
||||
|
||||
@ -76,6 +76,7 @@ const baseConfig = (mode: string = 'development') => defineConfig({
|
||||
},
|
||||
},
|
||||
build: {
|
||||
sourcemap: mode === 'development',
|
||||
target: 'esnext',
|
||||
// minify: mode === 'production' ? 'esbuild' : false,
|
||||
// 压缩代码出现了未知问题导致无法运行,暂时不启用
|
||||
|
||||
Loading…
Reference in New Issue
Block a user