webapp: remove console logs from production builds
This commit is contained in:
parent
39ce056c81
commit
9ef4d39976
@ -36,6 +36,9 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
esbuild: {
|
||||||
|
drop: ['console', 'debugger'],
|
||||||
|
},
|
||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'^/api': {
|
'^/api': {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user