Skip to content

Commit

Permalink
remove dead uglify options
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Dec 13, 2023
1 parent 70c825a commit 0b26903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app-webpack/lib/quasar-config-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ module.exports.QuasarConfigFile = class QuasarConfigFile {
arrows: false,
collapse_vars: false, // 0.3kb
comparisons: false,
computed_props: false,
hoist_funs: false,
hoist_props: false,
hoist_vars: false,
Expand All @@ -767,9 +766,6 @@ module.exports.QuasarConfigFile = class QuasarConfigFile {
conditionals: true,
dead_code: true,
evaluate: true
},
mangle: {
safari10: true
}
},

Expand Down
4 changes: 0 additions & 4 deletions ui/build/script.build.javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const uglifyJsOptions = {
arrows: false,
collapse_vars: false,
comparisons: false,
computed_props: false,
hoist_funs: false,
hoist_props: false,
hoist_vars: false,
Expand All @@ -65,9 +64,6 @@ const uglifyJsOptions = {
conditionals: true,
dead_code: true,
evaluate: true
},
mangle: {
safari10: true
}
}

Expand Down

0 comments on commit 0b26903

Please sign in to comment.