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 ## Checklist Assume: 1. Creating an `SwcLoaderJsOptions` is costly 2. Most modules are created with same swc loader options Cost: 1. `RwLock` and concurrent runtime. Maybe there is...

release: performance

### System Info System: OS: macOS 15.0 CPU: (10) arm64 Apple M1 Pro Memory: 139.61 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.16.0 - ~/.nvm/versions/node/v20.16.0/bin/node Yarn: 1.22.19...

bug
need reproduction
pending triage

### System Info System: OS: macOS 14.6.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 81.11 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.20.4 -...

bug
pending triage

## Summary ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

team
release: performance

## Summary Related to #7516 ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

release: feature

## Summary fix #7952 ## Checklist - [x] Tests updated (or not required). - [ ] Documentation updated (or not required).

release: bug fix

### What problem does this feature solve? 比如我现在配置 ``` js output: { assetModuleFilename: { filename: 'apps/desk/img/[name].[contenthash:6].[ext]' } } ``` 我想在css中使用的静态文件保持 background("img/[name].[contenthash:6].[ext]") 此时我要如何进行配置?或者说这样的需求如何才能满足 ### What does the proposed API of configuration...

feat
beyond-webpack

### System Info ``` System: OS: macOS 14.5 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 125.49 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.12.0...

bug
pending triage

## Summary LGTM. You could also replace name `RealDependencyRange` with `DependencyRange` and remove `ErrorSpan`. Both of them looks good to me. _Originally posted by @h-a-n-a in https://github.com/web-infra-dev/rspack/issues/7892#issuecomment-2360024987_ ## Checklist -...

## Summary feat: support dependencies in resolve hook callback ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

team
release: feature