What is the best practice- Clientlibs( minify) or Webpack
Hi All,
What is the best practice to minify JS/CSS file in AEM6.4.2.
In our case there there two applications are running on same AEM instances and one of the application(First) is not using AEM minification that's why they have disabled "minify" option on configuration level. They( First Application) want to use WebPack to minify JS/CSS because some of the pages of there application is breaking by using AEM minify option.
But in our application( second) AEM minify is working fine. Just want to check what is the best practice here, do I need to implement WebPack also in my application( second) or can I continue with AEM minify option(CQ Html Library Manager).
Regards,