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 System: OS: macOS 13.6.3 CPU: (8) arm64 Apple M1 Pro Memory: 100.59 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.6.0 - ~/Library/Caches/fnm_multishells/85041_1705309080052/bin/node Yarn: 1.22.19...

bug

### What problem does this feature solve? 目前CopyRspackPlugin没有支持transform方法,请问有相关的安排吗 ### What does the proposed API of configuration look like? type transform = | { transformer: (input: string, absoluteFilename: string) => string...

feat
stale
pr welcome

### Version ```sh System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M3 Pro Memory: 3.34 GB / 36.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 124.0.6367.119 Safari: 17.4.1 ``` ###...

stale

### What problem does this feature solve? Faster warm starts for applications. Currently the warm starts with webpack are slightly better than the cold starts with rspack. This is preventing...

feat

### System Info ```shell zchapple@macos % npx envinfo --system --npmPackages '@rspack/*' --binaries --browser System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Max Memory: 187.50 MB / 64.00 GB Shell:...

bug
pending triage

### What problem does this feature solve? While the `optimizeModules` hook was added in #2758 to support [circular-dependency-plugin](https://github.com/aackerman/circular-dependency-plugin). The `Module` interface does not include the `dependencies` property the plugin uses...

feat
pr welcome

### System Info ```shell System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Max Memory: 187.50 MB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.12.2 - ~/.nvm/versions/node/v20.12.2/bin/node npm:...

bug
pending triage

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

bug
need reproduction
pending triage

### System Info System: All Version: RSPack 0.6.3 ### Details I have the following `cacheGroups` configuration ``` svg: { filename: 'svg-[contenthash].js', name: 'svg', chunks: 'all', maxSize: 100 * 1024, reuseExistingChunk:...

bug