rspack icon indicating copy to clipboard operation
rspack copied to clipboard

A fast Rust-based web bundler 🦀️

Results 490 rspack issues
Sort by recently updated
recently updated
newest added

## Summary currently we run parse in working thread which may cause blocking the working thread, try put parse in separate rayon thread instead ## Checklist - [ ] Tests...

team

### System Info System: OS: macOS 14.6.1 CPU: (12) arm64 Apple M2 Max Memory: 30.78 GB / 96.00 GB Shell: 3.7.1 - /opt/homebrew/bin/fish npmPackages: @rspack/cli: ^1.0.5 => 1.0.5 @rspack/core: ^1.0.5...

bug
pending triage

## Summary add AMD dependencies for #4313. - [AMDDefineDependency](https://github.com/webpack/webpack/blob/ff9e19809a42d2696e991dbca74391bf5d9d678d/lib/dependencies/AMDDefineDependency.js) - [AMDRequireArrayDependency](https://github.com/webpack/webpack/blob/9943f3506a397a96e920c1a5bbd45815b05b7c67/lib/dependencies/AMDRequireArrayDependency.js) - [AMDRequireContextDependency](https://github.com/webpack/webpack/blob/055737dc0ce38bacd10a8fbafedb137cfdd8a9f2/lib/dependencies/AMDRequireContextDependency.js) - [AMDRequireDependency](https://github.com/webpack/webpack/blob/ca2fe13c8ae88d581b2c3ed7aae733efeb07d50c/lib/dependencies/AMDRequireDependency.js) - [AMDRequireItemDependency](https://github.com/webpack/webpack/blob/3295f6c36f1407a4fbbd2ad1b35c315bd57409f1/lib/dependencies/AMDRequireItemDependency.js) ## Checklist - [ ] Tests updated (or not required). - [ ]...

### System Info System: OS: Windows 11 10.0.22631 CPU: (12) x64 Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz Memory: 955.79 MB / 7.83 GB Binaries: Node: 22.8.0 - C:\Program Files\nodejs\node.EXE npm:...

bug
need reproduction
pending triage

currently rust plugin stage use i32 which cause it can't accept Infinity and float points in js side, which is not compatible with webpack, so the stage should be changed...

good first issue
team

### System Info System: OS: Windows 11 10.0.22631 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700H Memory: 21.27 GB / 31.70 GB Binaries: Node: 20.11.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22...

bug
pending triage

### Version ```sh System: Window Browser: Edge vue: 2/3 and others node js 18/20 ``` ### Details i just create a pure project with `pnpm create rsbuild@latest`. And then run...

bug

### What problem does this feature solve? see `wrappedContextRegExp` in https://webpack.js.org/configuration/module/#module-contexts ### What does the proposed API of configuration look like? ```js module: { wrappedContextRegExp: string | regexp } ```

feat
team
pr welcome

### System Info all ### Details Part of the Progress plugin leverage the succeedEntry hook in order to properly report progress ### Reproduce link _No response_ ### Reproduce Steps progress...

feat
PR welcome

### System Info all ### Details Part of the Progress plugin leverage the failedEntry hook in order to properly report progress ### Reproduce link _No response_ ### Reproduce Steps progress...

feat
PR welcome