Avatar for the web-infra-dev user
web-infra-dev
rspack
BlogDocsChangelog

Performance History

Latest Results

fix(mf): resolve version from parent package for secondary entry points (#13636)
main
13 minutes ago
fix: support module external type in array externals (#13663) * fix: support module external type in array externals When using array-style externals like `["module fs", "promises"]` with the "module" external type, two issues caused incorrect output: 1. In the non-concatenation-scope code path, the property access for the rest elements was missing. The generated code was `module.exports = __rspack_external_fs;` instead of `module.exports = __rspack_external_fs.promises;`. 2. In the concatenation-scope code path, when the request had additional specifiers, the safe-to-optimize branch would incorrectly use individual named imports instead of forcing a namespace import. This matches webpack's behavior of `if (moduleAndSpecifiers.length > 1) imported = true`. Tests are ported from webpack: - `library/module-external-array-request` (from webpack) - `library/module-array-external-request` (ESM library + array externals) - `library/module-array-external-request-concat` (ESM library + array externals + concatenation) - Extended `externals/async-externals` with `module-import` array case * test: add esmOutputCases snapshot for array-type module externals Adds a snapshot test under esmOutputCases/externals/array-request-module that exercises array-type module externals with property access in the modern-module library output path. * fix: revert force_namespace for UsedNamespace(false) case The UsedNamespace(false) branch means exports are completely unused, so we should keep the original side-effect-only import behavior regardless of whether the request has rest specifiers.
main
1 hour ago
fix: address CI failures for assetPath hook
yashwanth195:user/yashwanth195/asset-path-hook
2 hours ago
Merge branch 'main' into require-parser-plugins
require-parser-plugins
2 hours ago

Latest Branches

CodSpeed Performance Gauge
+2%
fix(esm-library): handle CSS modules in preserveModules#13670
4 days ago
35fbb90
fy/friendly-volhard
CodSpeed Performance Gauge
+1%
2 hours ago
510a74f
fix/numeric-chunk-id-rendering
CodSpeed Performance Gauge
-8%
3 days ago
9a85d99
yashwanth195:user/yashwanth195/asset-path-hook
© 2026 CodSpeed Technology
Home Terms Privacy Docs