Compare commits
2 Commits
0b227003b9
...
e754a4ac20
| Author | SHA1 | Date |
|---|---|---|
|
|
e754a4ac20 | |
|
|
9a0527f910 |
|
|
@ -6,7 +6,7 @@ const commonConfig: (mode: string) => UserConfig = (mode) => ({
|
|||
host: true,
|
||||
},
|
||||
esbuild: {
|
||||
drop: mode === 'production' ? ['console', 'debugger'] : [],
|
||||
drop: mode === 'production' ? ['debugger'] : [],
|
||||
},
|
||||
build: {
|
||||
reportCompressedSize: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue