Skip to content

Commit

Permalink
chore: console.log deletion continues to be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Jun 26, 2024
1 parent 37ee1be commit 8be9326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export default defineConfig({
server: {
port: 1010,
},
esbuild: {
drop: ['console', 'debugger'],
},
build: {
outDir: './dist',
chunkSizeWarningLimit: 1500,
Expand Down

0 comments on commit 8be9326

Please sign in to comment.