Closed mdziekon closed 1 year ago
Some of the 3rd party libs, when imported, do not use minimized versions. This bloats up the final bundle's size & unnecessarily burdens the host's IO.
For minimization, recommended terser (v5.17.7) options:
terser
{ ecma: 2020, module: false, compress: {}, mangle: {}, output: {}, parse: {}, rename: {}, }
Some of the 3rd party libs, when imported, do not use minimized versions. This bloats up the final bundle's size & unnecessarily burdens the host's IO.
For minimization, recommended
terser
(v5.17.7) options: