removed vite drop console

This commit is contained in:
2026-02-24 15:08:26 +01:00
parent d0f69a3838
commit 3fdeb082ec
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ export default {
let activeEntites = this.getActiveEntites(this.entites);
// this.getSalientPoints()
console.warn('this concernement', this);
console.log('this concernement', this);
this.sailentEntites = this.concernement.sailentEntites = this.getJarvisEnvelopeConvexeEntites(activeEntites)
// define init position of the item

View File

@@ -69,7 +69,7 @@ export default defineConfig({
},
// https://github.com/vitejs/vite/discussions/7920
esbuild: {
drop: ['console', 'debugger'],
// drop: ['console', 'debugger'],
},
define: {
__SENTRY_RELEASE__: JSON.stringify(release),