Skip to content

Commit

Permalink
attempt to fix logger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Dec 12, 2024
1 parent 5cc2308 commit ee9a7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
13 changes: 1 addition & 12 deletions editing/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,11 @@ export default {
commonjs(),
terser({
compress: {
passes: 2,
unsafe: true,
pure_getters: true,
sequences: true,
dead_code: true,
conditionals: true,
booleans: true,
unused: true,
if_return: true,
join_vars: true,
drop_console: false
},
mangle: true,
format: {
comments: false,
wrap_iife: true
comments: false
}
})
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discraft",
"version": "1.5.9-beta.5",
"version": "1.5.9",
"description": "Like Next.js, but for Discord bots",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/logger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee9a7d1

Please sign in to comment.