-
Consider using https://echarts.apache.org/en/builder.html to load only needed components and reduce bundle size.
-
[`zeptomatch`](https://bundlephobia.com/package/zeptomatch@2.0.0) is 4x smaller than `picomatch` in terms of bundle size and does pretty much the same, analyzing `zeptomatch`'s optimizations and pr'in…
-
### Description
After https://github.com/getsentry/sentry-react-native/pull/4006 is merged we need to add new guide to React Native docs about how to reduce the bundle size of the Sentry RN SDK.
-
# Problem
Since `token.js` currently integrates with every LLM provider using their javascript SDK, the package size is much larger than necessary. This can impact the performance of backend services…
-
### Current Behavior
I've noticed that after upgrading my project from v19.4.4 to the latest version of Nx v19.7.2, the bundle size has increased from 660 kB to 1.29 MB, almost doubling in size. I ha…
-
**Current Behavior**
`@transifex/native` increases bundle size significantly when added as a dependency. [Bundlephobia says](https://bundlephobia.com/package/@transifex/native@6.0.2) it's 135.7kb min…
-
https://npmgraph.js.org/?q=drizzle-kit#zoom=h&deps=devDependencies
![image](https://github.com/drizzle-team/drizzle-kit-mirror/assets/57632712/3b990c90-0a96-4813-9e86-bc5a751248ed)
for now unpac…
-
Hello in the `readme` it mentions both ways to reduce the bundle size:
Or, import only a subset of the library:
`import isEmail from 'validator/lib/isEmail';`
Tree-shakeable ES imports
`im…
-
Current size in es2015 output is 216Kb, so 65,8Kb in gziped version
Is there any better way to reduce this package size ?
* all related parts to custom-elements could be externalized ?
* all re…
-
### Describe the bug
So, I'm updating my project to Svelte 5 and I ran into a a problem.
Just by updating it the bundle-size of my project grew by aproximatedly 9kb. Since it was on my example …