mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
feat: debug
This commit is contained in:
parent
fdeba94653
commit
08976624cd
@ -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…
x
Reference in New Issue
Block a user