Encrypto27
commited on
Commit
Β·
44444aa
1
Parent(s):
c490058
update uglify
Browse files- plugins/encrypt.js +3 -3
plugins/encrypt.js
CHANGED
@@ -42,9 +42,9 @@ cmd({
|
|
42 |
const minifiedCode = UglifyJS.minify(q, {
|
43 |
compress: {
|
44 |
drop_console: true, // Remove console.log statements (optional)
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
},
|
49 |
mangle: {
|
50 |
toplevel: true, // Mangle global variables (optional)
|
|
|
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
|
48 |
},
|
49 |
mangle: {
|
50 |
toplevel: true, // Mangle global variables (optional)
|