diff --git a/webpack.config.js b/webpack.config.js index de87af5a2..a7e43931c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -244,7 +244,7 @@ module.exports = function (_env = {}, argv = {}) { new TerserPlugin({ terserOptions: { // These options increase our initial bundle size by ~5% but the builds are significantly faster and won't run out of memory - compress: false, + compress: true, mangle: { keep_fnames: true, keep_classnames: true,