@vidhu Yes, it is possible to create a separate component-specific clientlib folder using ui.frontend module. Create separate <component-name>clientlib.config.jsand set the clientlib path as followsconst CLIENTLIB_DIR = path.join(
__dirname,
'..',
'ui.apps',
'src',
'main',
'content',
'jcr_root',
'ap...