I am using Metronic theme Demo 2 for my project but I am facing an issue which is that my plugin.bundle.js is very large (2.2 MB) and contains such plugins which I do not even need for my project. So if you guys can tell me how I can compress it or remove useless plugins from my plugin.bundle.js then it would be great. I am expecting your response soon as I have to deliver my project. Thanks in advance.
Hi Sean, sorry to dig that up. (I use webpack, and deleted a lots of 3 parties and global plugins)
I followed the video that you gave.
But I'm in the same situation, where I uncomment those lines in "gulp.config.js", but the size of the bundles are still the same.
After a while I delete lines in "package.json" and thinking that it is the file responsible for the webpack. but nothing changed in the bundles files size.