You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
Based on the guide, aem-clientlib-generator is used to convert the react bundles into AEM clientlibs. This seems to make code splitting not work since all the files get grouped into a single clientlib. Is there a way to still support code splitting to support cases where you might have components that are only for certain kinds of pages?
The text was updated successfully, but these errors were encountered:
Based on the guide,
aem-clientlib-generator
is used to convert the react bundles into AEM clientlibs. This seems to make code splitting not work since all the files get grouped into a single clientlib. Is there a way to still support code splitting to support cases where you might have components that are only for certain kinds of pages?The text was updated successfully, but these errors were encountered: