web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): bump camino to 1.2.3 camino 1.2.3 makes Utf8Path::hash delegate to std::path::Path::hash instead of re-hashing the inner string, roughly halving the instructions spent hashing UTF-8 paths. rspack uses Utf8PathBuf as map/set keys throughout, so this is on hot paths.
perf/camino-1.2.3-hash
12 minutes ago
fix(esm-library): name split runtime chunk to avoid cross-lib filename collision When the esm-library splits the runtime into a separate chunk (optimize_runtime_chunks), it only added an id name hint and left the chunk unnamed, so its filename fell back to the numeric chunk id (e.g. 612.js). Two compilations that share one output directory - e.g. multiple rslib libs built into the same dist/ - can each independently produce a runtime chunk with the same id and the same filename. Because the libs build concurrently the writes race, so the entry that imports './612.js' may get the other lib's runtime, which lacks its __webpack_require__.add registration helper and crashes with 'TypeError: __webpack_require__.add is not a function'. Name the runtime chunk after its entrypoint (mirroring webpack's optimization.runtimeChunk 'runtime~<entry>' convention) so it is unique per entry and cannot collide across libraries. A configCase reproduces the collision: two modern-module libs (runtimeChunk disabled so the esm-library splits the runtime itself) sharing one output dir previously both emitted '612.js'; now they emit 'a_runtime.js' and 'b_runtime.js'.
worktree-linux_flaky_24
51 minutes ago
fix(types): align watchpack instance type
renovate/patch-npm-dependencies
1 hour ago
chore(deps): update dependency webpack-sources to v3.5.0 (#14513) chore(deps): update webpack-sources patch Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
main
1 hour ago
chore(deps): update webpack-sources patch
renovate/webpack-sources-3.x
6 hours ago
fix(types): align wasm loading types (#14506) * docs: fix output config docs * docs: align wasm loading docs with runtime support * fix(types): align wasm loading type * docs: refine trusted types examples * fix(types): align enabled wasm loading types
main
7 hours ago
fix(types): align enabled wasm loading types
chenjiahan/docs-output-config
7 hours ago
chore(deps): update patch npm dependencies
renovate/patch-npm-dependencies
7 hours ago
Latest Branches
CodSpeed Performance Gauge
-2%
chore(deps): bump camino to 1.2.3
#14519
25 minutes ago
652850b
perf/camino-1.2.3-hash
CodSpeed Performance Gauge
0%
fix(esm-library): name split runtime chunk to avoid cross-lib filename collision
#14508
1 hour ago
baf2b89
worktree-linux_flaky_24
CodSpeed Performance Gauge
+2%
chore(deps): update patch npm dependencies
#14510
1 hour ago
dd7d1b5
renovate/patch-npm-dependencies
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs