Skip to content

Commit

Permalink
Sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Dec 23, 2022
1 parent 9fcfeb1 commit dfcb99a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/compile-javascripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ export function minifyJavaScript (modulePath, result) {
includeSources: true
},

compress: false,
mangle: false,
compress: {
sequences: false
},
// mangle: false,
output: {
beautify: true
},
Expand Down

0 comments on commit dfcb99a

Please sign in to comment.