-
I tested a build of a minimal generator-solid-react project and found that the solid-react-components currently is a few bytes short of 4MB that will be 1MB gzipped over the line but will still be 4MB…
-
**Stencil version:**
```
@stencil/core@2.4.0
```
**I'm submitting a:**
- [x] bug report
- [ ] feature request
- [ ] support request => Please do not submit support requests here, use one …
-
### Link to the code that reproduces this issue
https://github.com/LoiLock/nextjs-bundle-size
### To Reproduce
Recently I found that after only updating nextjs, the bundle size has increased quite …
-
I have Lottie JSON file with 500KB. If I keep it in the public folder, it will increase the bundle size.
Is there any best practice to use Lottie JSON file and not increase the bundle size?
-
### Description
**Goal**: Reduce code required to be downloaded before every page can be shown.
**Reason:**
- This bundle is loaded on every page, and required before we can render _anything_ i…
umpox updated
2 years ago
-
When bundled for browsers, this modules adds over **170 KB** in bundle size via `js-yaml` (38 KB) and its dependency `esprima` (130 KB). You can verify the estimated size on [bundlephobia](https://bun…
-
Feel free to close this out if things are working as intended, but in a fresh app created with `create-react-app` requiring this library adds almost 2 MBs of code to the final bundle size. To contrast…
-
Hi! While looking into using Datadog RUM, I noticed the bundle size is much bigger than I'd expect: [@datadog/browser-rum bundle analysis](https://bundlephobia.com/result?p=@datadog/browser-rum@1.7.5)…
-
At present, when shipping to production with tabler icons react (nextjs13) over 10mb of bundle space is allocated to the icons. It appears every import is importing the entire js library so the librar…
-
Today the entire package is over 13 mb. I'm using webpack to merge the code into a single file to run on AWS Lambda and about 96% of the package is from twilio.
One of the possibilities is to make …