Skip to content

Commit

Permalink
Revert "Minify and beautify debug builds to support handling escaping…
Browse files Browse the repository at this point in the history
… </script> tags in html comment blocks. See #787."

This reverts commit cb2e957
  • Loading branch information
samreid committed Nov 23, 2020
1 parent 55bb700 commit 1d825f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/grunt/buildRunnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ module.exports = async function( repo, minifyOptions, instrument, allHTML, brand
stripAssertions: false,
stripLogging: false
} : {
minify: true,
beautify: true,
mangle: false
minify: false
};

const usedModules = webpackResult.usedModules;
Expand Down

0 comments on commit 1d825f3

Please sign in to comment.