Replies: 2 comments 1 reply
-
I'm seeing the same thing. @bscaspar Have you found any clues? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on reducing the bundle size of my app, but
react-spring-bottom-sheet
seems to have a significantly larger import size than any other library I use. I noticed the readme says 'gzip size: 6.31 kB' but both the import cost analyzer and bundle analyzer show that this import is significantly larger. I am usingv3.4.0
Am I using this wrong? Why would the chunk be so large?
use:
import cost analyzer output:
bundle-analyzer output:
Beta Was this translation helpful? Give feedback.
All reactions