Encrypto27 commited on
Commit
44444aa
Β·
1 Parent(s): c490058

update uglify

Browse files
Files changed (1) hide show
  1. 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
- screw_ie8: true,
46
- collapse_vars: true,
47
- hoist_vars: true
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)