Hi,Metronic's by default includes all its available resources within the gulp config so the bundle size of the compiled CSS/JS files. To reduce the file size of the CSS/JS bundle files follow the below steps:
theme/tools/gulp.config.js
and refer to base->global->src
config node. The mandatory
contains of the core resource that are required for the Metronic's base functionalty while the optional
node lists the optional resource that can be excluded according to a project requirements. optional
node remove any resource by referring to a plugins documentationHi,
bundle.css & bundle.js files remain the same size even if i deleted optional nodes.
Shouldn't these files be reduced in size?
https://prnt.sc/-QMb4VcRxMB3
It is not reducing the size.