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

update uglify

Browse files
Files changed (1) hide show
  1. 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