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

### What subject does this issue tracking? ## Summary Since Rspack contains a large number of phantom dependency problems, which is not conducive to developers, we need to govern the...

tracking issue

### What subject does this issue tracking? Recommended rules https://biomejs.dev/linter/rules/#recommended-rules ```[tasklist] ### Tasks - [ ] https://github.com/web-infra-dev/rspack/pull/7061 - [ ] https://github.com/web-infra-dev/rspack/pull/7099 - [ ] https://github.com/web-infra-dev/rspack/pull/7103 - [ ] https://github.com/web-infra-dev/rspack/pull/7157 -...

tracking issue
contrib: easy
pr welcome

### System Info ``` System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Pro Memory: 1.06 GB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.17.1 - ~/.nvm/versions/node/v18.17.1/bin/node npm:...

bug
pending triage

### System Info System: OS: macOS 14.5 CPU: (8) arm64 Apple M1 Pro Memory: 76.47 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.13.1 - ~/.nvm/versions/node/v20.13.1/bin/node Yarn: 1.22.19...

bug
need reproduction

### What problem does this feature solve? Hello. I want to ask for help. For a full migration from webpack to rspack, there is a small functionality missing to support...

feat

### System Info System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Max Memory: 1005.28 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node Yarn: 1.22.22...

bug
pending triage

### System Info System: OS: Linux 6.5 Ubuntu 20.04.6 LTS (Focal Fossa) CPU: (32) x64 AMD EPYC 7763 64-Core Processor Memory: 120.80 GB / 125.78 GB Container: Yes Shell: 5.0.17...

bug
pending triage

### System Info System: OS: Ubuntu 20.04.6 LTS Memory: 31.00 GB Binaries: Node: 18.20.3 npm: 10.7.0 Browsers: Chrome: 112.0.5615.121 npmPackages: "@rspack/cli": "^1.0.0-alpha.5", "@rspack/core": "^1.0.0-alpha.5", "@rspack/dev-server": "^1.0.0-alpha.5", "@rspack/plugin-react-refresh": "^1.0.0-alpha.5", ### Details...

bug
pending triage

### What problem does this feature solve? In webpack, we can use `moduleGraph` to get all the dependent module objects with entrypoint as the entry point. I need to count...

feat
pending triage

### What problem does this feature solve? 背景:项目引入了monaco-editor,用于sql编辑器功能,rspack设置了output. asyncChunks: true 现象:构建产物会把对于语言包构建成chunk,但是我想自定义,所以定义了output.chunkFilename 问题:chunkFilename函数并没有捕捉到对于monaco-editor的import的部分 ![image](https://github.com/user-attachments/assets/4f7ba0bf-b4ae-4ed4-a471-06f3ffd28fda) ### What does the proposed API of configuration look like? out.chunkFilename

feat
pending triage