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
Pretty nice lib thanks for publishing. Recently included this in one of my project to create typography theme.
But noticed that this increased my production bundle size. Digging dipper found that lodash is one of the core dependency here. That might be causing this issue.
_What's the behavior you're expecting to see?
Expecting to add specific methods of lodash instead of including the complete package. So, the production bundle size can be reduced a lot.
ACTUAL BEHAVIOR
Scope of further reducing the production bundle size.
STEPS TO REPRODUCE
Include this in any of the project. Compare prior and after including styled-components-modifiers. You can easy find the bundle will be increased substantially.
SUGGESTED SOLUTION
Wondering if we need the complete lodash package. Haven't gone through the source code. But feels like we can use specific methods of lodash as needed. So, it can substantially reduce the build size.
The text was updated successfully, but these errors were encountered:
EXPECTED BEHAVIOR
Pretty nice lib thanks for publishing. Recently included this in one of my project to create typography theme.
But noticed that this increased my production bundle size. Digging dipper found that lodash is one of the core dependency here. That might be causing this issue.
_What's the behavior you're expecting to see?
Expecting to add specific methods of lodash instead of including the complete package. So, the production bundle size can be reduced a lot.
ACTUAL BEHAVIOR
Scope of further reducing the production bundle size.
STEPS TO REPRODUCE
Include this in any of the project. Compare prior and after including
styled-components-modifiers
. You can easy find the bundle will be increased substantially.SUGGESTED SOLUTION
Wondering if we need the complete lodash package. Haven't gone through the source code. But feels like we can use specific methods of lodash as needed. So, it can substantially reduce the build size.
The text was updated successfully, but these errors were encountered: