Consolidate Component Level clientlib
Hi Everyone,
I have an requirement where I need to load all component level clientlib on a page once. eg. If I have 10 components on a page having 10 clientlib loading respectively then I want to consolidate them together and load once as a dependency at page level (not template level).
1. What is the correct approach to implement this?
2. Which servlet is responsible to modify this request?
3. I'm thinking of using filter here, if that suits - where in flow I have to?
Appreciate your help!
@lukasz-m @joerghoh @vijayalakshmi_s @peter_puzanovs