fix: 默认不清除ts内console.log()
This commit is contained in:
parent
4c381596a9
commit
ca997c15ca
|
|
@ -7,7 +7,7 @@ const commonConfig: UserConfig = {
|
||||||
host: true,
|
host: true,
|
||||||
},
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
drop: ['console', 'debugger'],
|
drop: ['debugger'],
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
reportCompressedSize: false,
|
reportCompressedSize: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue