Client-Side Libraries | Webpack
Hi Guys,
As you people know, In the latest AEM projects which are built using the latest maven archetype, The Client libraries( multiple css and js files) which are written in ui.frontend module are compiled into a single clientlib category(client-site).
Will that not impact page performance ?
Because all unnecessary css and js code is included on all pages irrespective of whether those components are used on pages or not. Please help me.