mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-09 22:45:58 +08:00
fix: 默认不清除ts内console.log()
This commit is contained in:
@@ -7,7 +7,7 @@ const commonConfig: UserConfig = {
|
||||
host: true,
|
||||
},
|
||||
esbuild: {
|
||||
drop: ['console', 'debugger'],
|
||||
drop: ['debugger'],
|
||||
},
|
||||
build: {
|
||||
reportCompressedSize: false,
|
||||
|
||||
Reference in New Issue
Block a user