Skip to content

Commit

Permalink
Minify and beautify debug builds to support handling escaping </scrip…
Browse files Browse the repository at this point in the history
…t> tags in html comment blocks. See #787.
  • Loading branch information
Denz1994 authored and jessegreenberg committed Nov 10, 2020
1 parent a7011e2 commit c7038bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/grunt/buildRunnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ module.exports = async function( repo, minifyOptions, instrument, allHTML, brand
stripAssertions: false,
stripLogging: false
} : {
minify: false
minify: true,
beautify: true,
mangle: false
};

const usedModules = webpackResult.usedModules;
Expand Down

0 comments on commit c7038bd

Please sign in to comment.