Encrypto27
commited on
Commit
Β·
c490058
1
Parent(s):
ee19a29
update uglify
Browse files- plugins/encrypt.js +1 -1
plugins/encrypt.js
CHANGED
@@ -41,7 +41,7 @@ cmd({
|
|
41 |
// Minify the code using UglifyJS
|
42 |
const minifiedCode = UglifyJS.minify(q, {
|
43 |
compress: {
|
44 |
-
drop_console: true // Remove console.log statements (optional)
|
45 |
screw_ie8: true,
|
46 |
collapse_vars: true,
|
47 |
hoist_vars: true
|
|
|
41 |
// Minify the code using UglifyJS
|
42 |
const minifiedCode = UglifyJS.minify(q, {
|
43 |
compress: {
|
44 |
+
drop_console: true, // Remove console.log statements (optional)
|
45 |
screw_ie8: true,
|
46 |
collapse_vars: true,
|
47 |
hoist_vars: true
|