mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 10:00:08 +08:00
修复 Vite 配置中的压缩选项,将 drop_console 设置为 false,以保留控制台日志。
This commit is contained in:
@@ -167,7 +167,7 @@ export default defineConfig({
|
||||
minify: 'terser',
|
||||
terserOptions: {
|
||||
compress: {
|
||||
drop_console: true,
|
||||
drop_console: false,
|
||||
drop_debugger: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user