Skip to content

Commit

Permalink
feat(app-webpack): (backport from q/app-webpack beta) remove obsolete…
Browse files Browse the repository at this point in the history
… uglify options -> computed_props & mangle > safari10
  • Loading branch information
rstoenescu committed Oct 19, 2024
1 parent 04ccfa5 commit 9dba4b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app-webpack/lib/quasar-conf-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ class QuasarConfFile {
lessLoaderOptions: {},
env: {},
uglifyOptions: {
compress: {},
mangle: {}
compress: {}
},
htmlMinifyOptions: {}
},
Expand Down Expand Up @@ -505,7 +504,6 @@ class QuasarConfFile {
arrows: false,
collapse_vars: false, // 0.3kb
comparisons: false,
computed_props: false,
hoist_funs: false,
hoist_props: false,
hoist_vars: false,
Expand All @@ -530,9 +528,6 @@ class QuasarConfFile {
conditionals: true,
dead_code: true,
evaluate: true
},
mangle: {
safari10: true
}
},
htmlMinifyOptions: {
Expand Down

0 comments on commit 9dba4b1

Please sign in to comment.