Setting webpack compress true

This commit is contained in:
Bala Lakshmi Narayanasami
2022-07-20 01:34:55 +05:30
parent d9c93c98c1
commit 3e0694b8d2

View File

@@ -244,7 +244,7 @@ module.exports = function (_env = {}, argv = {}) {
new TerserPlugin({ new TerserPlugin({
terserOptions: { terserOptions: {
// These options increase our initial bundle size by ~5% but the builds are significantly faster and won't run out of memory // 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: { mangle: {
keep_fnames: true, keep_fnames: true,
keep_classnames: true, keep_classnames: true,