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:
![Screen Shot 2021-09-06 at 4 32 54 PM](https://user-images.githubusercontent.com/6042704/132263700-adb7a125-e228-494a-b648-e650e4ba45bf.png)
bundle-analyzer output:
![Screen Shot 2021-09-06 at 4 33 20 PM](https://user-images.githubusercontent.com/6042704/132263715-32a3087c-e896-4f42-ad5e-4da5953ce525.png)
Beta Was this translation helpful? Give feedback.
All reactions