removed vite drop console
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user