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
I'm just wondering if there's anyway to reduce the bundle size so that when utilizing certain components it doesn't increase the file size by 1mb each time I import @adobe/aem-core-cif-react-components. When I comment out these imports and use custom coded ones that do the same thing, the performance in lighthouse significantly increases, from around 34 to around 48. I'm not sure if there's a way to only import the necessary code instead of the whole bundle.
The text was updated successfully, but these errors were encountered:
Description & Motivation
I'm just wondering if there's anyway to reduce the bundle size so that when utilizing certain components it doesn't increase the file size by 1mb each time I import @adobe/aem-core-cif-react-components. When I comment out these imports and use custom coded ones that do the same thing, the performance in lighthouse significantly increases, from around 34 to around 48. I'm not sure if there's a way to only import the necessary code instead of the whole bundle.
The text was updated successfully, but these errors were encountered: