-
I have used the country-state-city npm package in ReactJS to make the country, state, and city dropdowns. But the bundle size is nearly 8.8 MB. How do I reduce the bundle size?
-
part of https://github.com/elastic/kibana/issues/112832
`kibana_react` is under 100Kb https://github.com/elastic/kibana/issues/95865 🎉
We still have a lot of room for improvement. We also would l…
-
I used a 15MB tflite model and noticed that the resulting APK file size became significantly larger. Before using flutter-tflite, the package size was 54MB, but after integration, it increased to 145M…
-
Some warning of _webpack_ after the run of `npm i`:
```console
> mongo-express@1.0.0 prepublish
> cross-env NODE_ENV=production webpack
assets by path *.js 1.86 MiB
asset codemirror-404a244…
-
This should not be a dependency but instead opt in using a separate "react-datocms-video" package (like AirBNB Visx does to split packages)
https://bundlephobia.com/package/@mux/mux-player-react@2.…
-
After #36383 there is still 10 MB left:
![Screenshot 2023-01-26 at 14 11 17](https://user-images.githubusercontent.com/3404133/214843917-269656a4-126e-4449-b62d-75ee1fa21636.png)
- emoji-mart-vu…
-
Can someone explain to me the tradeoffs between dotLottie and using json files?
The react player package for dot Lottie files is 2MB... Seems incredibly heavy to send to the browser vs. importing t…
-
### Bug description:
dist bundle includes every module when a single module in included.
```
var NGB_MODULES = [NgbAccordionModule, NgbAlertModule, NgbCarouselModule, NgbCollapseModule, NgbDatepi…
-
Our JavaScript for the components is 1.5mb. Considering we don't even have a framework™️ it's a lot.
```
dist/index-Dv1Vd9fA.js 1,499.01 kB │ gzip: 357.64 kB
```
However most of it…
-
**Is your feature request related to a problem? Please describe.**
When using `firebase-admin` on AWS lambda it adds a big blog to the bundle size. We are using `esbuild` to bundle our sources writte…