Skip to content

Commit

Permalink
hide console
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhardrefresh committed Dec 19, 2024
1 parent b7d39f7 commit 9a047af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
vue(),
],
esbuild: {
//drop: ["console", "debugger"], // warn: to comment in dev mode to show logs in .ts files
drop: ["console", "debugger"], // warn: to comment in dev mode to show logs in .ts files
},
build: {
target: "esnext",
Expand Down

0 comments on commit 9a047af

Please sign in to comment.