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

### System Info ``` Binaries: Node: 22.13.1 - ~/.volta/tools/image/node/22.13.1/bin/node Yarn: 1.22.19 - ~/.volta/tools/image/yarn/1.22.19/bin/yarn npm: 10.8.2 - ~/.volta/tools/image/npm/10.8.2/bin/npm Watchman: 2024.08.12.00 - /opt/homebrew/bin/watchman npmPackages: @rspack/cli: ^1.2.8 => 1.2.8 @rspack/core: ^1.2.8 => 1.2.8...

need reproduction

### System Info System: OS: macOS 13.3.1 CPU: (8) arm64 Apple M1 Memory: 41.08 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.8.1 - ~/.nvm/versions/node/v20.8.1/bin/node npm: 10.1.0 -...

feat
beyond-webpack

users may mistakely use webpack plugin in rspack which will generate the following hard to read error message like ![Image](https://github.com/user-attachments/assets/c3d0e114-8ace-4a14-98ea-a4d4fe550476) we should generate warning like ``` do you wrongly use...

team

Loader type "module" tests are blocked by https://github.com/nodejs/node/issues/35889. Turned out it only works in Node 20. Should enable test for Node 20: packages/rspack-test-tools/tests/configCases/loader/type-module/test.filter.js _Originally posted by @h-a-n-a in https://github.com/web-infra-dev/rspack/issues/7643#issuecomment-2301848441_

team

# Webpack Test Failures List ```[tasklist] ### Tasks - [ ] https://github.com/web-infra-dev/rspack/issues/8447 - [ ] https://github.com/web-infra-dev/rspack/issues/8485 - [ ] https://github.com/web-infra-dev/rspack/issues/8488 - [ ] https://github.com/web-infra-dev/rspack/issues/8490 - [ ] https://github.com/web-infra-dev/rspack/issues/8531 - [...

tracking issue
team

### What subject does this issue tracking? Add a test case to prevent Sentry source map error

tracking issue
team

### What subject does this issue tracking? WebContainer is very helpful for showing examples on rspack website # [Wasm and WebContainer Support] ```[tasklist] ### Tasks - [ ] napi-rs wasm...

feat
tracking issue
team
PR welcome

### What problem does this feature solve? This allows for the modification of the source code of the packages inside `node_modules` using yalc or by manual means. It is particularly...

feat

### What problem does this feature solve? Resolves the given request to a module, applies all configured loaders and calls back with the generated source, the sourceMap and the module...

feat
team
PR welcome

### System Info ```System: OS: Linux 5.15 Debian GNU/Linux 11 (bullseye) 11 (bullseye) CPU: (4) arm64 Neoverse-N1 Memory: 13.17 GB / 15.15 GB Container: Yes Shell: 5.1.4 - /bin/bash Binaries:...