Skip to content

Commit

Permalink
Temporarily skip JS minifier compress/mangle
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Dec 23, 2022
1 parent 841b8e5 commit 8ddb9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/compile-javascripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function minifyJavaScript (modulePath, result) {
side_effects: false,
unused: false
},
mangle: false,
// mangle: false,
output: {
beautify: true
},
Expand Down

0 comments on commit 8ddb9c7

Please sign in to comment.