-
Hi folks!
We are currently using the `@microsoft/teams-js` library of version `2.19.0`. We are trying to migrate to a newer version to align the dependency on a monorepo, and while trying to consu…
wd39 updated
2 months ago
-
Due to the Ant design import, we have quite large bundle sizes currently. This is not an immediate problem as we target desktop first and most assets are cached by the service worker and thus have to …
JSPRH updated
9 months ago
-
Implement a feature in @fluentui/bundle-size that will block PRs if the size increase in a PR is above a certain threshold for a package
-
This library increases the bundle size substantially. There might be ways to optimize this such as using PNG compression:
https://tinypng.com/
https://www.npmjs.com/package/imageoptim-cli
https:…
-
Some libs are included in their entirety. I believe this is the case for momentjs.
Try to include only the stuff we need. If that's not possible, implement code splitting (maybe load momentjs as an…
dbrgn updated
4 years ago
-
The application relies a lot on React Server Components to ship the least amount of JS code to clients.
Still the JS bundles are big (+100 kB), it's a lot of code and it has an impact on performanc…
-
Hey team, I have been playing around with Tremor and noticed that hot reload times really increased. After doing a bit of digging I found that the bundle size is quite large.
The bundle seems to i…
-
Hi 👋🏻,
I was looking for a way to measure the production's bundle size of a sveltekit project and i arrived here. Would it be possible to add support for sveltekit?
-
Hi, I saw your paper "New Horizons for a Practical and
Performance-Optimized Solar System Internet" and saw that you were using a bundle size of 0.5MB for the performance results. I am interested in w…
-
Now disposable is [1.3kb bundled gzipped](https://bundlephobia.com/result?p=@esfx/disposable@1.0.0-pre.13). That's a bit too heavy, compared to eg. [symbol-observable](https://bundlephobia.com/result?…