Filter
Exclude
Time range
-
Near
bundlejs now support full react-native builds with including flow type transforms 🎉, etc... will only available in the API at first but should be coming to the browser soon
2
1
4
275
Yeah getting the npm resolution working requires a lift. The primary reason bundlejs doesn't use rollup is 'cause it was too slow. I've already explored rolldown as an option, it has potential. In the future once it's matured a little bit more I might add support for it
2
3
66
@okikio_dev ... bundlejs mentioned 🔥
2
27
Replying to @FabianHiller
I test Zod's treeshaking against Rollup, whereas bundlejs uses esbuild. esbuild has some serious known limitations w.r.t. treeshaking (lack of deep tracking) in this case, esbuild wasn't properly shaking a utils file from Zod Mini. I found a fix on Zod's side which landed in v4.3.5. the new gzipped size is 4.15kb (40% less). feel free to update the post at your leisure 👍 I'd recommend using Rollup for future benchmarks/comparisons like this. it's more reflective of reality now that most frameworks are Vite-based. bundlejs.com/?q=zod/mini&t…
5
70
11,041
5 Mar 2025
Finding out today bundlejs exists and it seems better than bundlephobia 😯
Replying to @t6adev
It's 11.8kb min. Don't use packagephobia or bundlephobia. bundlejs.com/?q=@tanstack%…
4
192
6 Dec 2024
who did this? bundlejs reports react 19 as smaller than Svelte/Solid/Lit :D
3
21
7,619
27 Aug 2024
One of the things that brings a smile to my face, is when when I see a bundle size then click the link for the bundle size and it leads to bundlejs (cc @jsbundle )
2
112
16 Aug 2024
Replying to @passle_
Try loading bundlejs I'm curious to see if it loads relatively quickly
1
1
92
12 Aug 2024
Added support for package publish sizes in bundlejs, give it a try Thanks @artalar for opening the github issue
2
10
293
24 Jun 2024
TIL, I had a bunch of bundlejs prs that were just languishing where I solved a number of bugs but just kinda forgot about... I've now re-fixed a number of these bugs, but separately 😅 I'm now cleaning up older prs
1
5
263
13 Jun 2024
JSR is now officially supported in bundlejs 🔥 Give it a try `jsr:...`
13 Jun 2024
Great news, bundlejs now supports jsr.io packages (cc @deno_land) Just add `jsr:..` and you're good. PS. Under the hood it's just using esm.sh by @jexia_ BTW, I recommend checking out @brielov's `@oxi/result` on jsr, it's a wonderful package
2
144
13 Jun 2024
Great news, bundlejs now supports jsr.io packages (cc @deno_land) Just add `jsr:..` and you're good. PS. Under the hood it's just using esm.sh by @jexia_ BTW, I recommend checking out @brielov's `@oxi/result` on jsr, it's a wonderful package
2
1
9
465
20 May 2024
TIL, each browser and runtime implements gzip and the CompressionStream slightly differently that's why the compression results for bundlejs in both the API and the Browser are just a couple KB's off. BTW, even Deno, and Node.js implement it slightly differently
1
1
3
275
20 May 2024
Thanks for taking the time. Cyclic deps. are supported by Node.js, so it is a bug in bundlejs. I'm just curious about why react-dom is using it? Is there like a specific reason? This is my 1st time running into it and I'm wondering what usecases cyclic deps are great for?
1
2
119
19 May 2024
Replying to @localhost_5173
It seems `react-dom` refers to itself in its own import, in addition it doesn't list the `react-dom` package in its package.json, so bundlejs just defaults to the latest version of the package I'm not sure if this is a bug or an expected feature of Node.js I need to implement?
2
1
5
1,709
19 May 2024
Confirmed as bug of bundlejs

19 May 2024
Replying to @localhost_5173
ok it's double the size because it's bundling both react 18 and 19, not sure why, cc @jsbundle
1
11
8,142
bundlejs by @okikio_dev is also very nice: bundlejs.com/

1
3
184
16 Apr 2024
I guess the main issue is that it's a tree of re-exports/barrel files. Just quickly running that through a tree-shaking check at bundlejs bundlejs.com/?q=@apollo/… results in a very long trail and even errors out eventually

1
2
172
2 Mar 2024
发现一个方便的工具 bundlejs,可以直接帮你把一个 npm 包 bundle 成一个 js 文件,特别适合小程序或者函数式服务这种阉割过的运行环境 bundlejs.com/

1
10
1,652